org.kuali.student.common.ui.client.mvc
Class AbstractSimpleModel
java.lang.Object
org.kuali.student.common.ui.client.mvc.AbstractSimpleModel
- All Implemented Interfaces:
- Model
Deprecated.
@Deprecated
public class AbstractSimpleModel
- extends Object
- implements Model
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSimpleModel
public AbstractSimpleModel()
- Deprecated.
addModelChangeHandler
public com.google.gwt.event.shared.HandlerRegistration addModelChangeHandler(ModelChangeHandler handler)
- Deprecated.
- Description copied from interface:
Model
- Adds a ModelChangeHandler that will be invoked for ModelChangeEvents
- Specified by:
addModelChangeHandler
in interface Model
- Parameters:
handler
- the handler to add
- Returns:
- HandlerRegistration that can be used to unregister the handler later
fireChangeEvent
protected void fireChangeEvent(ModelChangeEvent.Action action)
- Deprecated.
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.