Uses of Interface
laas.openrobots.ontology.modules.events.IEventConsumer
-
Packages that use IEventConsumer Package Description 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. -
-
Uses of IEventConsumer in laas.openrobots.ontology.connectors
Classes in laas.openrobots.ontology.connectors that implement IEventConsumer Modifier and Type Class Description class
SocketConnector.ClientWorker
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 IEventConsumer Modifier and Type Class Description class
AlteriteModule
Methods in laas.openrobots.ontology.modules.alterite with parameters of type IEventConsumer Modifier and Type Method Description java.util.UUID
AlteriteModule. registerEventForAgent(java.lang.String agent, java.lang.String type, java.lang.String triggeringType, java.lang.String variable, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
java.util.UUID
AlteriteModule. registerEventForAgent(java.lang.String agent, java.lang.String type, java.lang.String triggeringType, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
EventsConstructors in laas.openrobots.ontology.modules.alterite with parameters of type IEventConsumer Constructor Description AgentWatcher(IEventConsumer o)
-
Uses of IEventConsumer in laas.openrobots.ontology.modules.events
Fields in laas.openrobots.ontology.modules.events with type parameters of type IEventConsumer Modifier and Type Field Description protected java.util.Set<IEventConsumer>
GenericWatcher. clients
Methods in laas.openrobots.ontology.modules.events with parameters of type IEventConsumer Modifier and Type Method Description void
GenericWatcher. addSubscriber(IEventConsumer e)
void
IWatcher. addSubscriber(IEventConsumer e)
java.util.UUID
EventModule. registerEvent(java.lang.String type, java.lang.String triggeringType, java.lang.String variable, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
java.util.UUID
EventModule. registerEvent(java.lang.String type, java.lang.String triggeringType, java.util.List<java.lang.String> pattern, IEventConsumer consumer)
Constructors in laas.openrobots.ontology.modules.events with parameters of type IEventConsumer Constructor Description GenericWatcher(IWatcher.EventType eventType, IWatcher.TriggeringType triggeringType, java.util.List<java.lang.String> eventPattern, IEventConsumer client)
NewClassInstanceWatcher(java.lang.String classToWatch, IEventConsumer o)
-