|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of Enums used to defined the property keyspublic interface PropertyListener<T extends Enum<T>>
This listener defines the events that a client can react to when monitoring a single property or a set of properties.
Method Summary | |
---|---|
void |
changed(PropertyEvent<T> event)
Signal that one or more properties have been modified. |
void |
loaded(PropertyEvent<T> event)
Signal that one or more properties have been loaded. |
void |
reset(PropertyEvent<T> event)
Signal that one or more properties have been reset. |
void |
saved(PropertyEvent<T> event)
Signal that one or more properties have been saved. |
Method Detail |
---|
void loaded(PropertyEvent<T> event)
event
- the corresponding eventvoid saved(PropertyEvent<T> event)
event
- the corresponding eventvoid changed(PropertyEvent<T> event)
event
- the corresponding eventvoid reset(PropertyEvent<T> event)
event
- the corresponding event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |