org.kuali.student.common.ui.client.mvc
Class UncheckedApplicationEvent<H extends UncheckedApplicationEventHandler>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
              extended by org.kuali.student.common.ui.client.mvc.UncheckedApplicationEvent<H>
Type Parameters:
H - Handler type associated with the event
Direct Known Subclasses:
LogoutEvent, NavigationEvent, SectionUpdateEvent, ValidateResultEvent

public abstract class UncheckedApplicationEvent<H extends UncheckedApplicationEventHandler>
extends ApplicationEvent<H>

Type for events fired between controllers and views. UncheckedApplicationEvents are automatically propagated to the topmost controller for handler registration and event dispatch. For events that do not automatically propagate to the topmost controller, see ApplicationEvent

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
UncheckedApplicationEvent()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UncheckedApplicationEvent

public UncheckedApplicationEvent()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.