com.ibm.carma.ui
Interface CarmaRegistryListener
- All Known Implementing Classes:
- CarmaFieldsContentProvider, CarmaTreeContentProvider, FrameInputRemovalListener
public interface CarmaRegistryListener
Interface to implement for those who'd like to Listen to changes in the CarmaRegistry
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
void |
carmaAdded(CarmaRegistry registry,
CARMA carma)
This method will be called by CarmaRegistry when a CARMA is added to
CarmaRegistry. |
void |
carmaRemoved(CarmaRegistry registry,
CARMA carma)
This method will be called by CarmaRegistry when a CARMA is removed from
CarmaRegistry. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
carmaAdded
void carmaAdded(CarmaRegistry registry,
CARMA carma)
- This method will be called by CarmaRegistry when a CARMA is added to
CarmaRegistry. This method should be short running.
- Parameters:
registry - the CarmaRegistry to which carma is addedcarma - the CARMA that was added to registry
carmaRemoved
void carmaRemoved(CarmaRegistry registry,
CARMA carma)
- This method will be called by CarmaRegistry when a CARMA is removed from
CarmaRegistry. This method should be short running.
- Parameters:
registry - the CarmaRegistry from which carma is removedcarma - the CARMA that was removed from registry