EventListenerpublic class RepeatTimingSpecifier extends EventbaseTimingSpecifier
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
repeatIteration |
The repeat iteration.
|
protected boolean |
repeatIterationSpecified |
Whether a repeat iteration was specified.
|
eventbase, eventbaseID, eventName, eventNamespaceURI, eventTarget, eventTypeoffsetisBegin, owner| Constructor | Description |
|---|---|
RepeatTimingSpecifier(TimedElement owner,
boolean isBegin,
float offset,
java.lang.String syncbaseID) |
Creates a new RepeatTimingSpecifier object without a repeat iteration.
|
RepeatTimingSpecifier(TimedElement owner,
boolean isBegin,
float offset,
java.lang.String syncbaseID,
int repeatIteration) |
Creates a new RepeatTimingSpecifier object with a repeat iteration.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleEvent(Event e) |
Handles an event fired on the eventbase element.
|
java.lang.String |
toString() |
Returns a string representation of this timing specifier.
|
deinitialize, initialize, resolveisEventConditionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwner, isBeginprotected int repeatIteration
protected boolean repeatIterationSpecified
public RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, java.lang.String syncbaseID)
public RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, java.lang.String syncbaseID, int repeatIteration)
public java.lang.String toString()
toString in class EventbaseTimingSpecifierpublic void handleEvent(Event e)
handleEvent in interface EventListenerhandleEvent in class EventbaseTimingSpecifiere - The Event contains contextual information
about the event.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.