Package jadex.base.gui
Class PropertyUpdateHandler
- java.lang.Object
-
- jadex.base.gui.PropertyUpdateHandler
-
public class PropertyUpdateHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IExternalAccess
access
The local external access.protected java.util.List<ICommand<IMonitoringEvent>>
commands
The local listeners (cid+":"+propname->commands).protected ISubscriptionIntermediateFuture<IMonitoringEvent>
subscription
The subscription.
-
Constructor Summary
Constructors Constructor Description PropertyUpdateHandler(IExternalAccess access)
Create a CMS update handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPropertyCommand(ICommand<IMonitoringEvent> cmd)
Add a command.void
dispose()
Dispose the handler.void
removePropertyCommand(ICommand<IMonitoringEvent> cmd)
Remove a command.
-
-
-
Field Detail
-
access
protected IExternalAccess access
The local external access.
-
commands
protected java.util.List<ICommand<IMonitoringEvent>> commands
The local listeners (cid+":"+propname->commands).
-
subscription
protected ISubscriptionIntermediateFuture<IMonitoringEvent> subscription
The subscription.
-
-
Constructor Detail
-
PropertyUpdateHandler
public PropertyUpdateHandler(IExternalAccess access)
Create a CMS update handler.
-
-
Method Detail
-
addPropertyCommand
public void addPropertyCommand(ICommand<IMonitoringEvent> cmd)
Add a command.
-
removePropertyCommand
public void removePropertyCommand(ICommand<IMonitoringEvent> cmd)
Remove a command.
-
dispose
public void dispose()
Dispose the handler.
-
-