| Package | Description |
|---|---|
| org.apache.wicket.util.listener |
Listener/ Observer utilities.
|
| org.apache.wicket.util.watch |
This package provides modification watchers.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChangeListenerSet.notifyListener(IChangeListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModificationWatcher.add(IModifiable modifiable,
IChangeListener listener) |
boolean |
IModificationWatcher.add(IModifiable modifiable,
IChangeListener listener)
Adds an
IModifiable object and an IChangeListener object to call
when the modifiable object is modified. |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.