Uses of Package
laas.openrobots.ontology.modules.events
-
Packages that use laas.openrobots.ontology.modules.events Package Description laas.openrobots.ontology.backends Provides the actual underlying ontology-based storage.laas.openrobots.ontology.connectors Provides external connectors to communicate with the server.laas.openrobots.ontology.modules.alterite Allows explicit representation of other agents with independant models of the world.laas.openrobots.ontology.modules.events Provides the cognitive event manager module. -
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.backends Class Description IWatcher Interface to patterns that may trigger events.IWatcher.EventType Constants that defines the type of event the event module can handle. -
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.connectors Class Description IEventConsumer This interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.OroEvent -
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.modules.alterite Class Description EventModule This class allows the registration of event by external client through the#registerEvent(String, String, Set, IEventConsumer)
RPC method.GenericWatcher IEventConsumer This interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.IWatcher Interface to patterns that may trigger events.NewClassInstanceWatcher This class specializesGenericWatcher
to easily create event watchers that monitor new instances of a given class.OroEvent -
Classes in laas.openrobots.ontology.modules.events used by laas.openrobots.ontology.modules.events Class Description GenericWatcher IEventConsumer This interface is intended to be implemented by classes that are expected to be notified when some event occurs, thus consuming the event.IWatcher Interface to patterns that may trigger events.IWatcher.EventType Constants that defines the type of event the event module can handle.IWatcher.TriggeringType Constants that defines the way an event is triggered.OroEvent OroEventImpl