Package | Description |
---|---|
bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
Modifier and Type | Method and Description |
---|---|
<A> void |
DockProperties.addListener(PropertyKey<A> key,
DockPropertyListener<A> listener)
Adds a listener that will be informed whenever the value accessed
through
key changes. |
<A> void |
DockProperties.removeListener(PropertyKey<A> key,
DockPropertyListener<A> listener)
Removes an earlier added listener.
|