|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Information about a single dependency.
| Method Summary | |
ControllerState |
getDependentState()
Get the dependent's state |
Object |
getIDependOn()
Get the object name i depend on |
Object |
getName()
Get my object name |
ControllerState |
getWhenRequired()
Get when the dependency is required |
boolean |
isResolved()
Whether we are resolved |
boolean |
resolve(Controller controller)
Try to resolve |
void |
unresolved(Controller controller)
Mark the dependency as unresolved |
| Method Detail |
public Object getIDependOn()
public Object getName()
public ControllerState getWhenRequired()
public ControllerState getDependentState()
public boolean isResolved()
public boolean resolve(Controller controller)
controller - the controller
public void unresolved(Controller controller)
controller - the controller
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||