Class AgentWatcher
java.lang.Object
laas.openrobots.ontology.modules.events.GenericWatcher
laas.openrobots.ontology.modules.events.NewClassInstanceWatcher
laas.openrobots.ontology.modules.alterite.AgentWatcher
- All Implemented Interfaces:
IWatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface IWatcher
IWatcher.EventType, IWatcher.TriggeringTypeModifier and TypeInterfaceDescriptionstatic enumConstants that defines the type of event the event module can handle.static enumConstants that defines the way an event is triggered. -
Field Summary
Fields inherited from class GenericWatcher
clients, eventPattern, eventType, triggeringType, watcherIdModifier and TypeFieldDescriptionprotected Set<IEventConsumer> protected IWatcher.EventTypeprotected IWatcher.TriggeringTypeprotected UUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GenericWatcher
addSubscriber, equals, getId, getPatternType, getTriggeringType, getWatchPattern, notifySubscribersModifier and TypeMethodDescriptionvoidbooleangetId()Returns a unique (at least for this instance of the server) identifier for the current event watcher.void
-
Constructor Details
-
AgentWatcher
-