|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.event.shared.GwtEvent<H> org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
H
- The type of handler associated with the eventpublic abstract class ApplicationEvent<H extends ApplicationEventHandler>
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
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 |
---|
public ApplicationEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |