Class NewClassInstanceWatcher

java.lang.Object
laas.openrobots.ontology.modules.events.GenericWatcher
laas.openrobots.ontology.modules.events.NewClassInstanceWatcher
All Implemented Interfaces:
IWatcher
Direct Known Subclasses:
AgentWatcher

public class NewClassInstanceWatcher extends GenericWatcher
This class specializes GenericWatcher to easily create event watchers that monitor new instances of a given class. See AgentWatcher for an example.
See Also:
  • Constructor Details