Package jadex.base.gui
Class PropertyUpdateHandler
- java.lang.Object
- 
- jadex.base.gui.PropertyUpdateHandler
 
- 
 public class PropertyUpdateHandler extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IExternalAccessaccessThe local external access.protected java.util.List<ICommand<IMonitoringEvent>>commandsThe local listeners (cid+":"+propname->commands).protected ISubscriptionIntermediateFuture<IMonitoringEvent>subscriptionThe subscription.
 - 
Constructor SummaryConstructors Constructor Description PropertyUpdateHandler(IExternalAccess access)Create a CMS update handler.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPropertyCommand(ICommand<IMonitoringEvent> cmd)Add a command.voiddispose()Dispose the handler.voidremovePropertyCommand(ICommand<IMonitoringEvent> cmd)Remove a command.
 
- 
- 
- 
Field Detail- 
accessprotected IExternalAccess access The local external access.
 - 
commandsprotected java.util.List<ICommand<IMonitoringEvent>> commands The local listeners (cid+":"+propname->commands).
 - 
subscriptionprotected ISubscriptionIntermediateFuture<IMonitoringEvent> subscription The subscription.
 
- 
 - 
Constructor Detail- 
PropertyUpdateHandlerpublic PropertyUpdateHandler(IExternalAccess access) Create a CMS update handler.
 
- 
 - 
Method Detail- 
addPropertyCommandpublic void addPropertyCommand(ICommand<IMonitoringEvent> cmd) Add a command.
 - 
removePropertyCommandpublic void removePropertyCommand(ICommand<IMonitoringEvent> cmd) Remove a command.
 - 
disposepublic void dispose() Dispose the handler.
 
- 
 
-