wicket.util.watch |
wicket.util.watch package
Modification observers.
|
Java Source File Name | Type | Comment |
IModifiable.java | Interface | Interface to get the last time something was modified. |
ModificationWatcher.java | Class | Monitors one or more Modifiable objects, calling a ChangeListener when a
given object's modification time changes. |
Watcher.java | Class | Similar to ModificationWatcher but manually triggered, calling all registered
ChangeListeners when a given object is triggered. |