se.lth.cs.realtime.event
Class InhibitEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byse.lth.cs.realtime.event.RTEvent
          extended byse.lth.cs.realtime.event.ActivityEvent
              extended byse.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

Constructor Summary
InhibitEvent()
           
InhibitEvent(Activity source)
           
InhibitEvent(Activity source, long ts)
           
InhibitEvent(Activity source, long ts, Timebase timebase)
           
InhibitEvent(long ts)
           
 
Methods inherited from class se.lth.cs.realtime.event.RTEvent
getMillis, getNanos, getOwner, getSeconds, getTicks, getTimebase, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -