Class ListenerHolder.Wrapper

  • All Implemented Interfaces:
    java.util.EventListener
    Enclosing class:
    ListenerHolder

    public static class ListenerHolder.Wrapper
    extends java.lang.Object
    implements java.util.EventListener
    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper​(java.util.EventListener listener)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.EventListener getWrapped()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Wrapper

        public Wrapper​(java.util.EventListener listener)
    • Method Detail

      • getWrapped

        public java.util.EventListener getWrapped()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object