org.eclipse.net4j.connector
Interface IConnectorStateEvent

All Superinterfaces:
IConnectorEvent, IEvent

public interface IConnectorStateEvent
extends IConnectorEvent

An event that is fired by an IConnector to indicate that its state has changed.


Method Summary
 ConnectorState getNewState()
          The new state of the IConnector that sent this event.
 ConnectorState getOldState()
          The old state of the IConnector that sent this event.
 
Methods inherited from interface org.eclipse.net4j.connector.IConnectorEvent
getConnector
 
Methods inherited from interface org.eclipse.net4j.util.event.IEvent
getSource
 

Method Detail

getOldState

ConnectorState getOldState()
The old state of the IConnector that sent this event.


getNewState

ConnectorState getNewState()
The new state of the IConnector that sent this event.


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.