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 boolean
m_RequiresUpdate
whether LWL requires updating.
-
Constructor Summary
Constructors Constructor Description UpdateRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getRequiresUpdate()
Returns whether an update is required.boolean
observe(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:
observe
in 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
-
-