se.lth.cs.realtime.event
Class InhibitEvent
java.lang.Object
java.util.EventObject
se.lth.cs.realtime.event.RTEvent
se.lth.cs.realtime.event.ActivityEvent
se.lth.cs.realtime.event.InhibitEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class InhibitEvent
- extends ActivityEvent
Event requesting an activity to suspend or terminate itself.
- See Also:
License
,
Serialized Form
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InhibitEvent
public InhibitEvent()
InhibitEvent
public InhibitEvent(Activity source)
- Parameters:
source
-
InhibitEvent
public InhibitEvent(long ts)
- Parameters:
ts
-
InhibitEvent
public InhibitEvent(Activity source,
long ts)
- Parameters:
source
- ts
-
InhibitEvent
public InhibitEvent(Activity source,
long ts,
Timebase timebase)
- Parameters:
source
- ts
- timebase
-