|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResolverContext
Interface for a resolver context. The resolver context is notified when a
property of a resolved object is modified via the PropertySetter.
This might be necessary to change runtime properties during the call to
Changeable.setProperty(String, Object).
| Method Summary | |
|---|---|
void |
pop(java.lang.Object object)
Pop the last object from the ResolverContext |
void |
push(java.lang.Object object)
Push the given object onto the ResolverContext instance |
| Method Detail |
|---|
void push(java.lang.Object object)
object - object to push onto the ResolverContextvoid pop(java.lang.Object object)
object - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||