|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invalidatable
The Invalidatable
interface is used on models to provide
a way to invalidate all or parts of the model.
Invalidation for the models provided by portal is done automatically, it is not necessary to invoke this method directly. If it is invoked, parts or the complete model are refreshed, consuming additional execution time and memory.
Method Summary | |
---|---|
void |
invalidate()
Invalidates the model. |
void |
invalidate(ObjectID anObjectID,
InvalidationType aType)
Invalidates all parts of the model that are influenced by the object with the given object id. |
Method Detail |
---|
void invalidate()
void invalidate(ObjectID anObjectID, InvalidationType aType)
anObjectID
- the id of the model part that changedaType
- the type of invalidation that is occurring
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |