|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ResourceContext.ResourceEvents
The ResourceEvents interface defines the resource events delivered by a ResourceContext provider.
Method Summary | |
---|---|
void |
onAcquire()
The onAcquire event will be delivered by a ResourceContext provider to the Control implementation before any operation on the control is invoked within the resource scope associated with the provider and its associated container. |
void |
onRelease()
The onRelease event will be delivered by a ResourceContext provider to the Control implementation immediately before before the end of the resource scope associated with the provider and its associated container. |
Method Detail |
---|
void onAcquire()
void onRelease()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |