schwing.event
Interface EventListenerParser.ParserCallback

Enclosing class:
EventListenerParser

public static interface EventListenerParser.ParserCallback

The callback interface.


Method Summary
 void found(java.util.EventListener listener)
          Invoked when an instance of the specified class is found.
 

Method Detail

found

public void found(java.util.EventListener listener)

Invoked when an instance of the specified class is found.

Parameters:
listener - the instance