Class SocketCreatedEvent
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketEvent
- 
- org.eclipse.ecf.provider.filetransfer.events.socket.SocketCreatedEvent
 
 
- 
- All Implemented Interfaces:
- Event,- ISocketCreatedEvent,- ISocketEvent
 
 public class SocketCreatedEvent extends AbstractSocketEvent implements ISocketCreatedEvent 
- 
- 
Constructor SummaryConstructors Constructor Description SocketCreatedEvent(ISocketEventSource source, Socket socket)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetEventName()- 
Methods inherited from class org.eclipse.ecf.provider.filetransfer.events.socket.AbstractSocketEventgetFactorySocket, getSocket, getSource, isSameFactorySocket, setSocket, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.ecf.filetransfer.events.socket.ISocketEventgetFactorySocket, getSocket, getSource, isSameFactorySocket
 
- 
 
- 
- 
- 
Constructor Detail- 
SocketCreatedEventpublic SocketCreatedEvent(ISocketEventSource source, Socket socket) 
 
- 
 - 
Method Detail- 
getEventNameprotected String getEventName() - Specified by:
- getEventNamein class- AbstractSocketEvent
 
 
- 
 
-