Interface MessageSpy
- 
- All Superinterfaces:
 Runnable
- All Known Subinterfaces:
 MessageIntelligenceAgency
- All Known Implementing Classes:
 MessageIntelligenceAgencyImpl
public interface MessageSpy extends Runnable
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMessageSpy.StatisticsGroupstatistic groups overall in OFPlugin. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidspyMessage(Class<?> message, MessageSpy.StatisticsGroup statGroup)Spy message. 
 - 
 
- 
- 
Method Detail
- 
spyMessage
void spyMessage(Class<?> message, MessageSpy.StatisticsGroup statGroup)
Spy message.- Parameters:
 message- from switch or to switch - depends on statGroupstatGroup- statistics group
 
 - 
 
 -