|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodhelxs.util.UpdateTrigger
public class UpdateTrigger
An UpdateTrigger memorizes the fact that an observable entity should be updated.
| Field Summary | |
|---|---|
private ObservableEntity |
entity_to_update_
The entity that should be updated. |
| Constructor Summary | |
|---|---|
UpdateTrigger(ObservableEntity e)
Build a new UpdateTrigger for entity e. |
|
| Method Summary | |
|---|---|
ObservableEntity |
getEntity()
Get the entity that should be updated. |
void |
prepareUpdate()
Prepare the update of the entity (MoC dependent). |
java.lang.String |
toString()
|
void |
update()
Update the entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private ObservableEntity entity_to_update_
| Constructor Detail |
|---|
public UpdateTrigger(ObservableEntity e)
e.
| Method Detail |
|---|
public ObservableEntity getEntity()
public void prepareUpdate()
public void update()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||