Class SocketEventSource
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.events.socket.SocketEventSource
 
- 
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable,- ISocketEventSource
 
 public abstract class SocketEventSource extends Object implements ISocketEventSource 
- 
- 
Constructor SummaryConstructors Constructor Description SocketEventSource()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(ISocketListener l)voidfireEvent(ISocketEvent event)voidremoveListener(ISocketListener l)
 
- 
- 
- 
Method Detail- 
addListenerpublic void addListener(ISocketListener l) - Specified by:
- addListenerin interface- ISocketEventSource
 
 - 
removeListenerpublic void removeListener(ISocketListener l) - Specified by:
- removeListenerin interface- ISocketEventSource
 
 - 
fireEventpublic void fireEvent(ISocketEvent event) - Specified by:
- fireEventin interface- ISocketEventSource
 
 
- 
 
-