public interface IConnectorStateEvent extends IConnectorEvent
IConnector to indicate that its state has changed.| Modifier and Type | Method and Description |
|---|---|
ConnectorState |
getNewState()
The new state of the
IConnector that sent this event. |
ConnectorState |
getOldState()
The old state of the
IConnector that sent this event. |
getSourceConnectorState getOldState()
IConnector that sent this event.ConnectorState getNewState()
IConnector that sent this event.Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.