|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Listener interface which must be implemented by objects that want to be notified about the results of a request.
| Method Summary | |
void |
complete()
Upcall method used to notify this listener that the request associated to it has finished to return resources. |
void |
returnResources(RequestId rid,
Resource[] resources)
Upcall method used to notify this listener that the request associated to it has returned the specified set of resources. |
| Method Detail |
public void returnResources(RequestId rid,
Resource[] resources)
resources - the resources found.public void complete()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||