Uses of Interface
laas.openrobots.ontology.modules.events.OroEvent
-
Packages that use OroEvent 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 OroEvent in laas.openrobots.ontology.connectors
Methods in laas.openrobots.ontology.connectors with parameters of type OroEvent Modifier and Type Method Description void
SocketConnector.ClientWorker. consumeEvent(java.util.UUID watcherId, OroEvent e)
-
Uses of OroEvent in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite with parameters of type OroEvent Modifier and Type Method Description void
AlteriteModule. consumeEvent(java.util.UUID watcherId, OroEvent e)
-
Uses of OroEvent in laas.openrobots.ontology.modules.events
Classes in laas.openrobots.ontology.modules.events that implement OroEvent Modifier and Type Class Description class
OroEventImpl
class
OroEventNewInstances
Methods in laas.openrobots.ontology.modules.events with parameters of type OroEvent Modifier and Type Method Description void
IEventConsumer. consumeEvent(java.util.UUID watcherID, OroEvent e)
void
GenericWatcher. notifySubscribers(OroEvent e)
void
IWatcher. notifySubscribers(OroEvent e)
-