Package org.eclipse.ecf.provider.comm
Class ConnectionEvent
- java.lang.Object
- 
- org.eclipse.ecf.provider.comm.ConnectionEvent
 
- 
- All Implemented Interfaces:
- Event
 - Direct Known Subclasses:
- AsynchEvent,- DisconnectEvent,- SynchEvent
 
 public class ConnectionEvent extends Object implements Event Connection event super class.
- 
- 
Constructor SummaryConstructors Constructor Description ConnectionEvent(IConnection source, Object data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IConnectiongetConnection()ObjectgetData()StringtoString()
 
- 
- 
- 
Constructor Detail- 
ConnectionEventpublic ConnectionEvent(IConnection source, Object data) 
 
- 
 - 
Method Detail- 
getConnectionpublic IConnection getConnection() 
 - 
getDatapublic Object getData() 
 
- 
 
-