Interface ClassesEvent
- All Superinterfaces:
BaseEvent
- All Known Implementing Classes:
ClassesEventObject
This class defines the values returned when a class event takes place and is
used by the ClassesEventListener interface
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the classbooleanTests whether the class is loaded from the shared cacheMethods inherited from interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent
getEventTime
-
Method Details
-
getClassName
String getClassName()Gets the name of the class- Returns:
- Class name
-