Package org.eclipse.spi.net4j
Interface InternalChannel.SendQueueEvent
- 
- All Superinterfaces:
- org.eclipse.net4j.util.event.IEvent
 - Enclosing interface:
- InternalChannel
 
 public static interface InternalChannel.SendQueueEvent extends org.eclipse.net4j.util.event.IEvent- Since:
- 3.0
- Author:
- Eike Stepper
- 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 SummaryNested Classes Modifier and Type Interface Description static classInternalChannel.SendQueueEvent.TypeEnumerates the possiblesend queueeventtypes.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetQueueSize()InternalChannelgetSource()InternalChannel.SendQueueEvent.TypegetType()
 
- 
- 
- 
Method Detail- 
getSourceInternalChannel getSource() - Specified by:
- getSourcein interface- org.eclipse.net4j.util.event.IEvent
 
 - 
getTypeInternalChannel.SendQueueEvent.Type getType() 
 - 
getQueueSizeint getQueueSize() 
 
- 
 
-