- Type Parameters:
H
- The type of handler associated with the event
- Direct Known Subclasses:
- ActionEvent, ContentDirtyEvent, ExportEvent, UncheckedApplicationEvent, ValidateRequestEvent, ViewChangeEvent
Deprecated.
@Deprecated
public abstract class ApplicationEvent<H extends ApplicationEventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>
Base event type for events fired between controllers and views. ApplicationEvent behavior is "checked", in that it does
not automatically propagate between controller tiers. To propagate an ApplicationEvent, code must be written in the
controller to manually relay it to the parent controller. For events that automatically propagate to the topmost
controller, see UncheckedApplicationEvent
- Author:
- Kuali Student Team