Public Member Functions | |
void | addNotify () |
void | removeNotify () |
void | propertyChange (PropertyChangeEvent ev) |
void | run () |
Package Functions | |
Inline (Action toolsAction) | |
Static Package Attributes | |
final long | serialVersionUID = 2269006599727576059L |
Private Attributes | |
int | timestamp = 0 |
Action | toolsAction |
|
|
|
By calling this method, our parent notifies us we've to be keep updated, so we start listening on SystemAction changes, and schedule updating Runnable imediately. |
|
Change of model. |
|
By calling this method, our parent notifies us we don't have to be up-to-date more, so we switch to lazy mode and discard any pending updates. |
|
Runs the update |
|
|
|
timestamp of the beginning of the last regeneration |
|
Associated tools action. |