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