org.kuali.student.common.ui.client.event
Class ModifyEvent<ModifyType extends Enum<?>>

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by org.kuali.student.common.ui.client.mvc.ApplicationEvent<ModifyHandler>
          extended by org.kuali.student.common.ui.client.event.ModifyEvent<ModifyType>

public class ModifyEvent<ModifyType extends Enum<?>>
extends ApplicationEvent<ModifyHandler>


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  ModifyType modifyType
           
static com.google.gwt.event.shared.GwtEvent.Type<ModifyHandler> TYPE
           
 
Constructor Summary
ModifyEvent()
           
ModifyEvent(ModifyType modifyType)
           
 
Method Summary
protected  void dispatch(ModifyHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ModifyHandler> getAssociatedType()
           
 ModifyType getModifyType()
           
 
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<ModifyHandler> TYPE

modifyType

private ModifyType extends Enum<?> modifyType
Constructor Detail

ModifyEvent

public ModifyEvent()

ModifyEvent

public ModifyEvent(ModifyType modifyType)
Method Detail

dispatch

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

getAssociatedType

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

getModifyType

public ModifyType getModifyType()


Copyright © 2010 The Kuali Foundation. All rights reserved.