org.kuali.student.common.ui.client.mvc
Class DataModelChangeEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>
      extended by org.kuali.student.common.ui.client.mvc.ModelChangeEvent
          extended by org.kuali.student.common.ui.client.mvc.DataModelChangeEvent
Type Parameters:
T -

public class DataModelChangeEvent
extends ModelChangeEvent

Event that is fired when the model is changed.

Author:
Kuali Student Team

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.student.common.ui.client.mvc.ModelChangeEvent
ModelChangeEvent.Action
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
private  QueryPath path
           
 
Fields inherited from class org.kuali.student.common.ui.client.mvc.ModelChangeEvent
TYPE
 
Constructor Summary
DataModelChangeEvent(ModelChangeEvent.Action action, Model source, QueryPath path)
          Constructs a new ModelChangeEvent with an action and a QueryPath
 
Method Summary
 QueryPath getPath()
           
 
Methods inherited from class org.kuali.student.common.ui.client.mvc.ModelChangeEvent
dispatch, getAction, getAssociatedType, getSource
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

private final QueryPath path
Constructor Detail

DataModelChangeEvent

public DataModelChangeEvent(ModelChangeEvent.Action action,
                            Model source,
                            QueryPath path)
Constructs a new ModelChangeEvent with an action and a QueryPath

Parameters:
action -
path - the path that was changed
Method Detail

getPath

public QueryPath getPath()


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