public abstract class EventTrigger extends Object
Constructor and Description |
---|
EventTrigger()
Construct an event trigger
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Retrieve the identification string of the event trigger
|
abstract EventState<?> |
getState(long timestamp)
Retrieve the event state associated with specified invocation
of the event trigger match method
|
abstract boolean |
match(long timestamp)
Abstract method to verify if the event trigger conditions
are in the appropriate state for an event to be triggered
|
public String getID()
public abstract boolean match(long timestamp) throws Exception
Exception
public abstract EventState<?> getState(long timestamp)
timestamp
- time stamp associated with invocationCopyright © 1995-2015 Webtide. All Rights Reserved.