org.kuali.student.common.ui.client.mvc
Interface Model
- Type Parameters:
T
- the type of model object to be contained within the model
- All Known Implementing Classes:
- AbstractSimpleModel, CollectionModel, DataModel, ReferenceModel
public interface Model
Model object used as a container for the model state. Sources ModelChangeEvents used for tracking the model state.
- Author:
- Kuali Student Team
addModelChangeHandler
com.google.gwt.event.shared.HandlerRegistration addModelChangeHandler(ModelChangeHandler handler)
- Adds a ModelChangeHandler that will be invoked for ModelChangeEvents
- Parameters:
handler
- the handler to add
- Returns:
- HandlerRegistration that can be used to unregister the handler later
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.