org.eclipse.net4j.signal
Class SignalFinishedEvent<INFRA_STRUCTURE>
java.lang.Object
java.util.EventObject
org.eclipse.net4j.util.event.Event
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.
Methods inherited from class org.eclipse.net4j.util.event.Event |
toString |
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) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.