Class GwtEvent<H extends EventHandler>

    • Constructor Detail

      • GwtEvent

        protected GwtEvent()
        Constructor.
    • Method Detail

      • assertLive

        protected void assertLive()
        Asserts that the event still should be accessed. All events are considered to be "dead" after their original handler manager finishes firing them. An event can be revived by calling revive().
      • isLive

        protected final boolean isLive()
        Is the event current live?
        Returns:
        whether the event is live
      • kill

        protected void kill()
        Kill the event. After the event has been killed, users cannot really on its values or functions being available.
      • revive

        protected void revive()
        Revives the event. Used when recycling event instances.
      • overrideSource

        void overrideSource​(java.lang.Object source)