Package adams.gui.goe.popupmenu
Class FixLWL.UpdateRequired
- java.lang.Object
-
- adams.gui.goe.popupmenu.FixLWL.UpdateRequired
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanm_RequiresUpdatewhether LWL requires updating.
-
Constructor Summary
Constructors Constructor Description UpdateRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetRequiresUpdate()Returns whether an update is required.booleanobserve(adams.core.discovery.PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.
-
-
-
Method Detail
-
observe
public boolean observe(adams.core.discovery.PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.- Specified by:
observein interfaceadams.core.discovery.PropertyTraversal.Observer- Parameters:
path- the pathdesc- the property descriptorparent- the parent objectchild- the child object- Returns:
- true if to continue observing
-
getRequiresUpdate
public boolean getRequiresUpdate()
Returns whether an update is required.- Returns:
- true if update required
-
-