com.ibm.java.diagnostics.healthcenter.api.classes

Interface ClassesEvent

  • All Superinterfaces:
    BaseEvent


    public interface ClassesEvent
    extends BaseEvent
    This class defines the values returned when a class event takes place and is used by the ClassesEventListener interface
    • Method Detail

      • getClassName

        java.lang.String getClassName()
        Gets the name of the class
        Returns:
        Class name
      • loadedFromSharedCache

        boolean loadedFromSharedCache()
        Tests whether the class is loaded from the shared cache
        Returns:
        true if the class is loaded from the shared cache
© Copyright 2012, 2016 IBM Corporation.