Uses of Interface
laas.openrobots.ontology.modules.events.IEventConsumer
Packages that use IEventConsumer
Package
Description
Provides external connectors to communicate with the server.
Allows explicit representation of other agents with independant models of
the world.
Provides the cognitive event manager module.
-
Uses of IEventConsumer in laas.openrobots.ontology.connectors
Classes in laas.openrobots.ontology.connectors that implement IEventConsumerModifier and TypeClassDescriptionclass
Inner class that is forked at incoming connections. -
Uses of IEventConsumer in laas.openrobots.ontology.modules.alterite
Classes in laas.openrobots.ontology.modules.alterite that implement IEventConsumerMethods in laas.openrobots.ontology.modules.alterite with parameters of type IEventConsumerModifier and TypeMethodDescriptionAlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) AlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, List<String> pattern, IEventConsumer consumer) EventsConstructors in laas.openrobots.ontology.modules.alterite with parameters of type IEventConsumer -
Uses of IEventConsumer in laas.openrobots.ontology.modules.events
Fields in laas.openrobots.ontology.modules.events with type parameters of type IEventConsumerMethods in laas.openrobots.ontology.modules.events with parameters of type IEventConsumerModifier and TypeMethodDescriptionvoid
GenericWatcher.addSubscriber
(IEventConsumer e) void
IWatcher.addSubscriber
(IEventConsumer e) EventModule.registerEvent
(String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) EventModule.registerEvent
(String type, String triggeringType, List<String> pattern, IEventConsumer consumer) Constructors in laas.openrobots.ontology.modules.events with parameters of type IEventConsumerModifierConstructorDescriptionGenericWatcher
(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, List<String> eventPattern, IEventConsumer client) NewClassInstanceWatcher
(String classToWatch, IEventConsumer o)