org.eclipse.net4j.connector
Interface IConnectorEvent

All Superinterfaces:
IEvent
All Known Subinterfaces:
IConnectorStateEvent

public interface IConnectorEvent
extends IEvent

A generic event fired from a connector.

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 Summary
 IConnector getSource()
          The IConnector that sent this event.
 

Method Detail

getSource

IConnector getSource()
The IConnector that sent this event.

Specified by:
getSource in interface IEvent
Since:
3.0
See Also:
IContainerEvent.getSource()


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