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.

Nested Class Summary
static class InternalChannel.SendQueueEvent.Type
          Enumerates the possible send queue event types.
 
Method Summary
 int getQueueSize()
           
 InternalChannel getSource()
           
 InternalChannel.SendQueueEvent.Type getType()
           
 

Method Detail

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.