Uses of Class
net.ssehub.easy.basics.modelManagement.IModelProcessingListener.Type
-
Packages that use IModelProcessingListener.Type Package Description net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.dslCore.ui.listeners Some generic listener implementations and supporting classes. -
-
Uses of IModelProcessingListener.Type in net.ssehub.easy.basics.modelManagement
Methods in net.ssehub.easy.basics.modelManagement that return IModelProcessingListener.Type Modifier and Type Method Description static IModelProcessingListener.TypeIModelProcessingListener.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IModelProcessingListener.Type[]IModelProcessingListener.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.basics.modelManagement with parameters of type IModelProcessingListener.Type Modifier and Type Method Description voidModelEvents. 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). -
Uses of IModelProcessingListener.Type in net.ssehub.easy.dslCore.ui.listeners
Fields in net.ssehub.easy.dslCore.ui.listeners declared as IModelProcessingListener.Type Modifier and Type Field Description private IModelProcessingListener.Type[]BasicModelLoadingListener. typesMethods in net.ssehub.easy.dslCore.ui.listeners with parameters of type IModelProcessingListener.Type Modifier and Type Method Description static <M extends IModel>
BasicModelLoadingListener<M>BasicModelLoadingListener. createListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control, IModelProcessingListener.Type... types)Creates a generic listener.private booleanBasicModelLoadingListener. inTypes(IModelProcessingListener.Type type)Whethertypeis inBasicModelLoadingListener.types.voidBasicModelLoadingListener. notifyProcessingEnded(ModelInfo<M> info, IModelProcessingListener.Type type)voidBasicModelLoadingListener. notifyProcessingStarted(ModelInfo<M> info, IModelProcessingListener.Type type)Constructors in net.ssehub.easy.dslCore.ui.listeners with parameters of type IModelProcessingListener.Type Constructor Description BasicModelLoadingListener(ModelInfo<M> info, ModelManagement<M> mgt, IControl control, IModelProcessingListener.Type[] types)Creates a generic listener.
-