|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChannelEvent | |
|---|---|
| org.eclipse.ecf.datashare | |
| org.eclipse.ecf.datashare.events | |
| org.eclipse.ecf.provider.datashare | |
| Uses of IChannelEvent in org.eclipse.ecf.datashare |
|---|
| Methods in org.eclipse.ecf.datashare with parameters of type IChannelEvent | |
|---|---|
protected void |
AbstractShare.handleChannelEvent(IChannelEvent event)
Handle reception of an IChannelEvent. |
void |
IChannelListener.handleChannelEvent(IChannelEvent event)
Handle events sent to the channel. |
| Uses of IChannelEvent in org.eclipse.ecf.datashare.events |
|---|
| Subinterfaces of IChannelEvent in org.eclipse.ecf.datashare.events | |
|---|---|
interface |
IChannelConnectEvent
Event delivered to an IChannelListener when the parent container of a channel connects successfully to a target ID via the connect(ID, IConnectContext) method. |
interface |
IChannelDisconnectEvent
Event delivered to the IChannelListener when the parent container of a channel disconnects. |
interface |
IChannelMessageEvent
Channel message event. |
| Uses of IChannelEvent in org.eclipse.ecf.provider.datashare |
|---|
| Methods in org.eclipse.ecf.provider.datashare with parameters of type IChannelEvent | |
|---|---|
protected void |
BaseChannel.receiveUndeliveredChannelEvent(IChannelEvent channelEvent)
Receive and process channel events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||