org.robokind.api.common.triggering
Class DefaultTrigger
java.lang.Object
org.robokind.api.common.triggering.DefaultTrigger
- All Implemented Interfaces:
- Trigger
public class DefaultTrigger
- extends Object
- implements Trigger
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTrigger
public DefaultTrigger(String triggerType,
String typeFilter,
Properties triggerProperties)
getTriggerType
public String getTriggerType()
- Specified by:
getTriggerType in interface Trigger
getTypeFilter
public String getTypeFilter()
- Specified by:
getTypeFilter in interface Trigger
getTriggerProperties
public Properties getTriggerProperties()
- Specified by:
getTriggerProperties in interface Trigger
getTimestampMillisecUTC
public long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC in interface Trigger
setTimestampMillisecUTC
public void setTimestampMillisecUTC(long time)
- Specified by:
setTimestampMillisecUTC in interface Trigger
Copyright © 2011-2012. All Rights Reserved.