|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of a manager that processes updates.
The manager interface does not present methods for adding and removing updatable entities as implementations may choose to do this in a number of different ways. For example a manager may only work with one item, while others might collect a bunch together.
| Method Summary | |
boolean |
isUpdating()
Check to see if the manager is making updates right now. |
void |
setUpdating(boolean updating)
Instruct the system to start or stop the update process. |
void |
updateRequested(UpdatableEntity ue)
Request that the manager update this item. |
| Method Detail |
public void updateRequested(UpdatableEntity ue)
ue - The entity to be updatedpublic boolean isUpdating()
public void setUpdating(boolean updating)
updating - true to set the update to happen, false to stop
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||