org.kuali.student.common.ui.client.mvc
Class ApplicationEvent<H extends ApplicationEventHandler>

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
Type Parameters:
H - The type of handler associated with the event
Direct Known Subclasses:
ActionEvent, ContentDirtyEvent, ModifyEvent, SaveEvent, SubmitProposalEvent, UncheckedApplicationEvent, ValidateRequestEvent, ViewChangeEvent

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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
ApplicationEvent()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationEvent

public ApplicationEvent()


Copyright © 2010 The Kuali Foundation. All rights reserved.