ariba.ui.aribaweb.util
Class AWChangeNotifier
java.lang.Object
ariba.ui.aribaweb.util.AWChangeNotifier
public class AWChangeNotifier
- extends Object
|
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. |
AWChangeNotifier
public AWChangeNotifier(AWPage page)
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-2009 Ariba, Inc. All Rights Reserved.