Interface IClassUpdateEvent

All Superinterfaces:
IEvent, Serializable

public interface IClassUpdateEvent extends IEvent
This inteface describes dynamically deployed classes that have just been updated. Most of the system IComponent's are deployed dynamically meaning that their classes can be updated while the portal is up and running. Any objects that cache dynamically deployed classes or use instances created using these classes should subscribe to this event and flush their class/object cache when getClassNames() array contains one of the cached classes.
See Also:
  • Method Details

    • getClassNames

      String[] getClassNames()
      Returns array of class names being updated.
      Returns:
      array of class names. Cannot be NULL, but can be empty.