public class UnloadingClassEvent
extends java.lang.Object
ExecutableComponent classes. It is the only parameter of the
corresponding static method
. The class
may be extended in the future providing more data without changing the method
signature.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
classShared
Whether the unloaded class was shared.
|
| Constructor and Description |
|---|
UnloadingClassEvent(boolean classShared)
Creates a new event for provision to the corresponding method notifying the
unloading of the class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
classShared()
Gets whether the unloaded class was shared.
|
protected final boolean classShared
public UnloadingClassEvent(boolean classShared)
classShared - Whether the unloaded class was shared or loaded each
time the component was executed.public boolean classShared()