ariba.ui.aribaweb.util
Class AWChangeNotifier

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWChangeNotifier

public class AWChangeNotifier
extends java.lang.Object


Constructor Summary
AWChangeNotifier(AWPage page)
           
 
Method Summary
 void deactivate()
          Note should only be called by the AWPage that owns this AWChangeNotifier.
 boolean isActive()
           
 boolean notifyChange()
          Use to notify the framework that data on the page associated with this AWChangeNotifier has been modified.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWChangeNotifier

public AWChangeNotifier(AWPage page)
Method Detail

notifyChange

public boolean notifyChange()
Use to notify the framework that data on the page associated with this AWChangeNotifier has been modified.

Returns:
boolean indicating whether or not this AWChangeNotifier is active. If method returns false, the application code is expected to release the reference to this AWChangeNotifier and allow it to be garbage collected.

deactivate

public void deactivate()
Note should only be called by the AWPage that owns this AWChangeNotifier.


isActive

public boolean isActive()
Returns:
boolean indicating whether or not this AWChangeNotifier is active


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.