public interface ICMSComponentListener
Modifier and Type | Method and Description |
---|---|
IFuture |
componentAdded(IComponentDescription desc)
Called when a new element has been added.
|
IFuture |
componentChanged(IComponentDescription desc)
Called when a component has changed its state.
|
IFuture |
componentRemoved(IComponentDescription desc,
Map results)
Called when a new element has been removed.
|
IFuture componentAdded(IComponentDescription desc)
id
- The identifier.IFuture componentChanged(IComponentDescription desc)
id
- The identifier.IFuture componentRemoved(IComponentDescription desc, Map results)
id
- The identifier.Copyright © 2012. All Rights Reserved.