Class EventListenerScanner

java.lang.Object
org.gwizard.web.Scanner<java.util.EventListener>
org.gwizard.web.EventListenerScanner

public class EventListenerScanner
extends Scanner<java.util.EventListener>
Walks through the guice injector bindings, visiting each one that is an EventListener.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.gwizard.web.Scanner

    Scanner.Visitor<V>
  • Constructor Summary

    Constructors
    Constructor Description
    EventListenerScanner​(com.google.inject.Injector injector)  
  • Method Summary

    Methods inherited from class org.gwizard.web.Scanner

    accept

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventListenerScanner

      @Inject public EventListenerScanner​(com.google.inject.Injector injector)