Package org.eclipse.net4j.connector
Interface IConnectorStateEvent
- 
- All Superinterfaces:
- IConnectorEvent,- org.eclipse.net4j.util.event.IEvent
 
 public interface IConnectorStateEvent extends IConnectorEvent An event that is fired by anIConnectorto indicate that its state has changed.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorStategetNewState()The new state of theIConnectorthat sent this event.ConnectorStategetOldState()The old state of theIConnectorthat sent this event.- 
Methods inherited from interface org.eclipse.net4j.connector.IConnectorEventgetSource
 
- 
 
- 
- 
- 
Method Detail- 
getOldStateConnectorState getOldState() The old state of theIConnectorthat sent this event.
 - 
getNewStateConnectorState getNewState() The new state of theIConnectorthat sent this event.
 
- 
 
-