org.kuali.student.common.ui.client.mvc
Class CollectionModelChangeEvent<T>
java.lang.Object
com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>
org.kuali.student.common.ui.client.mvc.ModelChangeEvent
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 classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
Method Summary |
T |
getValue()
Returns the object with which the event is associated |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, isLive, kill, revive, toDebugString, toString |
value
private final T value
CollectionModelChangeEvent
public CollectionModelChangeEvent(ModelChangeEvent.Action action,
Model source,
T value)
- Constructs a new ModelChangeEvent with an action and a value
- Parameters:
action
- value
-
getValue
public T getValue()
- Returns the object with which the event is associated
- Returns:
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.