Uses of Class
to.etc.webapp.eventmanager.ChangeType

Packages that use ChangeType
to.etc.webapp.eventmanager   
 

Uses of ChangeType in to.etc.webapp.eventmanager
 

Methods in to.etc.webapp.eventmanager that return ChangeType
 ChangeType AppEvent.getType()
           
static ChangeType ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeType[] ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in to.etc.webapp.eventmanager with parameters of type ChangeType
AppEvent(ChangeType type, long key)