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

java.lang.Object
  extended by org.kuali.student.common.ui.client.mvc.AbstractSimpleModel
All Implemented Interfaces:
Model

Deprecated.

@Deprecated
public class AbstractSimpleModel
extends Object
implements Model


Constructor Summary
AbstractSimpleModel()
          Deprecated.  
 
Method Summary
 com.google.gwt.event.shared.HandlerRegistration addModelChangeHandler(ModelChangeHandler handler)
          Deprecated. Adds a ModelChangeHandler that will be invoked for ModelChangeEvents
protected  void fireChangeEvent(ModelChangeEvent.Action action)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSimpleModel

public AbstractSimpleModel()
Deprecated. 
Method Detail

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.