org.eclipse.net4j.signal
Class SignalScheduledEvent<INFRA_STRUCTURE>

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
          extended by org.eclipse.net4j.signal.SignalScheduledEvent<INFRA_STRUCTURE>
All Implemented Interfaces:
Serializable, IEvent

public class SignalScheduledEvent<INFRA_STRUCTURE>
extends Event

An event fired from a signal protocol when a signal has been scheduled for local execution.

Since:
3.0
See Also:
Serialized Form
No Extend
This interface is not intended to be extended by clients.

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
protected  String formatAdditionalParameters()
           
 Signal getSignal()
           
 ISignalProtocol<INFRA_STRUCTURE> getSource()
           
 
Methods inherited from class org.eclipse.net4j.util.event.Event
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSource

public ISignalProtocol<INFRA_STRUCTURE> getSource()
Specified by:
getSource in interface IEvent
Overrides:
getSource in class Event

getSignal

public Signal getSignal()

formatAdditionalParameters

protected String formatAdditionalParameters()
Overrides:
formatAdditionalParameters in class Event


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.