Class EventProcessor
- java.lang.Object
-
- laas.openrobots.ontology.modules.events.EventProcessor
-
public class EventProcessor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
PROCESS_DELAY
-
Constructor Summary
Constructors Constructor Description EventProcessor(IOntologyBackend onto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(IWatcher w)
void
clear()
java.util.Set<IWatcher.EventType>
getSupportedEvents()
void
process()
void
remove(IWatcher w)
-
-
-
Field Detail
-
PROCESS_DELAY
public final int PROCESS_DELAY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EventProcessor
public EventProcessor(IOntologyBackend onto)
-
-
Method Detail
-
process
public void process()
-
getSupportedEvents
public java.util.Set<IWatcher.EventType> getSupportedEvents()
-
add
public void add(IWatcher w) throws EventRegistrationException
- Throws:
EventRegistrationException
-
clear
public void clear()
-
remove
public void remove(IWatcher w) throws OntologyServerException
- Throws:
OntologyServerException
-
-