public interface IKTimer
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
long |
getTimerDuration() |
org.eclipse.hyades.test.common.event.ExecutionEvent |
getTimerEvent() |
int |
getTimerHistoryType() |
void |
handleTimer() |
boolean |
isActive() |
void |
setTimerDuration(long duration) |
void setTimerDuration(long duration)
long getTimerDuration()
void cancel()
void handleTimer()
boolean isActive()
org.eclipse.hyades.test.common.event.ExecutionEvent getTimerEvent()
int getTimerHistoryType()
© Copyright IBM Corp. 2013. All rights reserved.