org.eclipse.spi.net4j
Interface InternalChannel.SendQueueEvent
- All Superinterfaces:
- IEvent
- Enclosing interface:
- InternalChannel
- public static interface InternalChannel.SendQueueEvent
- extends IEvent
An event
fired from a channel
when a buffer
is enqueued or
dequeued.
- Since:
- 3.0
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getSource
InternalChannel getSource()
- Specified by:
getSource
in interface IEvent
getType
InternalChannel.SendQueueEvent.Type getType()
getQueueSize
int getQueueSize()
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.