Uses of Class
adams.event.StorageChangeEvent.Type
-
Packages that use StorageChangeEvent.Type Package Description adams.event -
-
Uses of StorageChangeEvent.Type in adams.event
Fields in adams.event declared as StorageChangeEvent.Type Modifier and Type Field Description protected StorageChangeEvent.Type
StorageChangeEvent. m_Type
the type of the event.Methods in adams.event that return StorageChangeEvent.Type Modifier and Type Method Description StorageChangeEvent.Type
StorageChangeEvent. getType()
Returns the type of the event.static StorageChangeEvent.Type
StorageChangeEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageChangeEvent.Type[]
StorageChangeEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.event with parameters of type StorageChangeEvent.Type Constructor Description StorageChangeEvent(Storage source, StorageChangeEvent.Type type, String name)
Initializes the event.StorageChangeEvent(Storage source, StorageChangeEvent.Type type, String name, String cache)
Initializes the event.
-