Uses of Enum Class
net.ssehub.easy.basics.modelManagement.IModelProcessingListener.Type
Packages that use IModelProcessingListener.Type
Package
Description
Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).
-
Uses of IModelProcessingListener.Type in net.ssehub.easy.basics.modelManagement
Methods in net.ssehub.easy.basics.modelManagement that return IModelProcessingListener.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IModelProcessingListener.Type[]IModelProcessingListener.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.basics.modelManagement with parameters of type IModelProcessingListener.TypeModifier and TypeMethodDescriptionvoidModelEvents.notifyModelProcessing(ModelInfo<M> info, boolean start, IModelProcessingListener.Type type) Notifies about model processing events.protected voidImportResolver.notifyProcessing(ModelInfo<M> info, IModelProcessingListener.Type type, boolean started) Notifies the processing listener if defined.voidIModelProcessingListener.notifyProcessingEnded(ModelInfo<M> info, IModelProcessingListener.Type type) Is called when processing ended (or shortly after).voidIModelProcessingListener.notifyProcessingStarted(ModelInfo<M> info, IModelProcessingListener.Type type) Is called when processing started (or shortly before).