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

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

public class SignalFinishedEvent<INFRA_STRUCTURE>
extends Event

An event fired from a signal protocol when the local execution of a scheduled signal has finished.

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()
           
 Exception getException()
           
 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()

getException

public Exception getException()

formatAdditionalParameters

protected String formatAdditionalParameters()
Overrides:
formatAdditionalParameters in class Event


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