org.kuali.student.common.ui.client.mvc.history
Class NavigationEvent

java.lang.Object
  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<NavigationEventHandler>
              extended by org.kuali.student.common.ui.client.mvc.history.NavigationEvent

public class NavigationEvent
extends UncheckedApplicationEvent<NavigationEventHandler>

Event that is fired when a history token should be logged on the history stack

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>
 
Field Summary
private  com.google.gwt.user.client.ui.Widget originatingWidget
           
static com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> TYPE
           
 
Constructor Summary
NavigationEvent(com.google.gwt.user.client.ui.Widget originatingWidget)
           
 
Method Summary
protected  void dispatch(NavigationEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> getAssociatedType()
           
 com.google.gwt.user.client.ui.Widget getOriginatingWidget()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> TYPE

originatingWidget

private final com.google.gwt.user.client.ui.Widget originatingWidget
Constructor Detail

NavigationEvent

public NavigationEvent(com.google.gwt.user.client.ui.Widget originatingWidget)
Method Detail

dispatch

protected void dispatch(NavigationEventHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<NavigationEventHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NavigationEventHandler>

getOriginatingWidget

public com.google.gwt.user.client.ui.Widget getOriginatingWidget()


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