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

java.lang.Object
  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
private  Enum<?> currentView
           
private  Callback<Boolean> okCallback
           
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, 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

okCallback

private Callback<Boolean> okCallback

currentView

private Enum<?> currentView
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()
Specified by:
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.