public interface ModificationNotifier
Modifier and Type | Method and Description |
---|---|
void |
addModificationListener(ModificationListener listener)
Adds a listener.
|
boolean |
removeModificationListener(ModificationListener listener)
Removes a listener.
|
void addModificationListener(ModificationListener listener)
listener
- The listener to be added.boolean removeModificationListener(ModificationListener listener)
listener
- The listener to be removed.true
, iff the listener was registered.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500