org.eclipse.ecf.provider.comm
Class SynchEvent

java.lang.Object
  extended by org.eclipse.ecf.provider.comm.ConnectionEvent
      extended by org.eclipse.ecf.provider.comm.SynchEvent
All Implemented Interfaces:
Event

public class SynchEvent
extends ConnectionEvent

Synchronous connection event.


Constructor Summary
SynchEvent(ISynchConnection conn, java.lang.Object data)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ecf.provider.comm.ConnectionEvent
getConnection, getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchEvent

public SynchEvent(ISynchConnection conn,
                  java.lang.Object data)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ConnectionEvent