Class Event.Type<H>

  • Type Parameters:
    H - handler type
    Direct Known Subclasses:
    GwtEvent.Type
    Enclosing class:
    Event<H>

    public static class Event.Type<H>
    extends java.lang.Object
    Type class used to register events with an EventBus.
    • Constructor Summary

      Constructors 
      Constructor Description
      Type()
      Constructor.
    • Method Summary

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

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

      • Type

        public Type()
        Constructor.
    • Method Detail

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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