Package org.eclipse.spi.net4j
Interface InternalChannel.CountersChangedEvent
- 
- All Superinterfaces:
- org.eclipse.net4j.util.event.IEvent
 - Enclosing interface:
- InternalChannel
 
 public static interface InternalChannel.CountersChangedEvent extends org.eclipse.net4j.util.event.IEventAneventfired from achannelwhen one of its statistical counters changed.- Since:
- 4.13
- Author:
- Eike Stepper
- See Also:
- IChannel.getReceivedBuffers(),- IChannel.getReceivedBytes(),- IChannel.getSentBuffers(),- IChannel.getSentBytes()
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalChannelgetSource()
 
- 
- 
- 
Method Detail- 
getSourceInternalChannel getSource() - Specified by:
- getSourcein interface- org.eclipse.net4j.util.event.IEvent
 
 
- 
 
-