public interface SetListener
SetListener.| Modifier and Type | Method and Description |
|---|---|
void |
moduleAdded(java.util.Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is added. |
void |
moduleRemoved(java.util.Collection<PropertyModule> collection,
PropertyModule module)
Invoked if a
PropertyModule is removed. |
void moduleAdded(java.util.Collection<PropertyModule> collection, PropertyModule module)
PropertyModule is added.collection - the collection of modulesmodule - the added modulesvoid moduleRemoved(java.util.Collection<PropertyModule> collection, PropertyModule module)
PropertyModule is removed.collection - the collection of modulesmodule - the removed modules