H
- handler typepublic static class GwtEvent extends Object
HandlerManager
.
All GWT events are considered dead and should no longer be accessed once the
HandlerManager
which originally fired the event finishes with it.
That is, don't hold on to event objects outside of your handler methods.
There is no need for an application's custom event types to extend GwtEvent.
Prefer Event
instead.
Copyright © 2018. All rights reserved.