org.kuali.student.common.ui.client.mvc.events
Class LogoutEvent

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<LogoutHandler>
              extended by org.kuali.student.common.ui.client.mvc.events.LogoutEvent

public class LogoutEvent
extends UncheckedApplicationEvent<LogoutHandler>

Example UncheckedApplicationEvent that can be fired on logout. TODO replace or modify this event when implementing authn/authz code

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
static com.google.gwt.event.shared.GwtEvent.Type<LogoutHandler> TYPE
           
 
Constructor Summary
LogoutEvent()
           
 
Method Summary
protected  void dispatch(LogoutHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<LogoutHandler> getAssociatedType()
           
 
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<LogoutHandler> TYPE
Constructor Detail

LogoutEvent

public LogoutEvent()
Method Detail

dispatch

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

getAssociatedType

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


Copyright © 2010 The Kuali Foundation. All rights reserved.