Class UnloadingClassEvent
java.lang.Object
de.aristaflow.adept2.model.runtimeenvironment.UnloadingClassEvent
This class is used as parameter for notifying the unloading of
ExecutableComponent classes. It is the only parameter of the
corresponding static method
"unloadingClass". The class
may be extended in the future providing more data without changing the method
signature.- Author:
- Ulrich Kreher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanWhether the unloaded class was shared. -
Constructor Summary
ConstructorsConstructorDescriptionUnloadingClassEvent(boolean classShared) Creates a new event for provision to the corresponding method notifying the unloading of the class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether the unloaded class was shared.
-
Field Details
-
Constructor Details
-
UnloadingClassEvent
public UnloadingClassEvent(boolean classShared) Creates a new event for provision to the corresponding method notifying the unloading of the class.- Parameters:
classShared- Whether the unloaded class was shared or loaded each time the component was executed.
-
-
Method Details