Uses of Class
de.tub.citydb.api.plugin.extension.preferences.PreferencesEvent

Packages that use PreferencesEvent
de.tub.citydb.api.plugin.extension.preferences   
 

Uses of PreferencesEvent in de.tub.citydb.api.plugin.extension.preferences
 

Methods in de.tub.citydb.api.plugin.extension.preferences that return PreferencesEvent
static PreferencesEvent PreferencesEvent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PreferencesEvent[] PreferencesEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.tub.citydb.api.plugin.extension.preferences with parameters of type PreferencesEvent
abstract  boolean PreferencesEntry.handleEvent(PreferencesEvent event)