org.kuali.student.lum.program.client.events
Class UpdateEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<UpdateEvent.Handler>
          extended by org.kuali.student.lum.program.client.events.UpdateEvent

public class UpdateEvent
extends com.google.gwt.event.shared.GwtEvent<UpdateEvent.Handler>

Author:
Igor

Nested Class Summary
static interface UpdateEvent.Handler
           
 
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<UpdateEvent.Handler> TYPE
           
 
Constructor Summary
UpdateEvent()
           
UpdateEvent(Callback<Boolean> okCallback)
           
UpdateEvent(Enum<?> currentView)
           
 
Method Summary
protected  void dispatch(UpdateEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<UpdateEvent.Handler> getAssociatedType()
           
 Enum<?> getCurrentView()
           
 Callback<Boolean> getOkCallback()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, 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
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<UpdateEvent.Handler> TYPE
Constructor Detail

UpdateEvent

public UpdateEvent()

UpdateEvent

public UpdateEvent(Enum<?> currentView)

UpdateEvent

public UpdateEvent(Callback<Boolean> okCallback)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<UpdateEvent.Handler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<UpdateEvent.Handler>

dispatch

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

getOkCallback

public Callback<Boolean> getOkCallback()

getCurrentView

public Enum<?> getCurrentView()


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