org.kuali.student.common.ui.client.mvc
Class CollectionModelChangeEvent<T>

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.CollectionModelChangeEvent<T>
Type Parameters:
T -

public class CollectionModelChangeEvent<T>
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  T value
           
 
Fields inherited from class org.kuali.student.common.ui.client.mvc.ModelChangeEvent
TYPE
 
Constructor Summary
CollectionModelChangeEvent(ModelChangeEvent.Action action, Model source, T value)
          Constructs a new ModelChangeEvent with an action and a value
 
Method Summary
 T getValue()
          Returns the object with which the event is associated
 
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

value

private final T value
Constructor Detail

CollectionModelChangeEvent

public CollectionModelChangeEvent(ModelChangeEvent.Action action,
                                  Model source,
                                  T value)
Constructs a new ModelChangeEvent with an action and a value

Parameters:
action -
value -
Method Detail

getValue

public T getValue()
Returns the object with which the event is associated

Returns:


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