Package events
Class EventLinksToggle
- java.lang.Object
-
- dispatch.AbstractEvent
-
- events.AbstractScenarioEvent
-
- events.EventLinksToggle
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventLinksToggle extends AbstractScenarioEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class events.AbstractScenarioEvent
AbstractScenarioEvent.EventType
-
-
Field Summary
-
Fields inherited from class events.AbstractScenarioEvent
id, type
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventLinksToggle(long id, AbstractScenarioEvent.EventType type, float timestamp)
EventLinksToggle(Scenario scenario, Event jev)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action()
void
validate_post_init(OTMErrorLog errorLog)
void
validate_pre_init(OTMErrorLog errorLog)
-
Methods inherited from class events.AbstractScenarioEvent
initialize
-
Methods inherited from class dispatch.AbstractEvent
compareTo, toString
-
-
-
-
Constructor Detail
-
EventLinksToggle
public EventLinksToggle(long id, AbstractScenarioEvent.EventType type, float timestamp)
-
-
Method Detail
-
validate_pre_init
public void validate_pre_init(OTMErrorLog errorLog)
- Overrides:
validate_pre_init
in classAbstractScenarioEvent
-
validate_post_init
public void validate_post_init(OTMErrorLog errorLog)
- Specified by:
validate_post_init
in classAbstractScenarioEvent
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-