|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An UnlockListener may be passed to the Lock helper in order to have more control on the unlock operation. The UnlockListener will be notified before and after unlocking any single resource.
Method Summary | |
void |
afterUnlock(java.lang.String uri)
This method is called after unlocking the resource. |
void |
beforeUnlock(java.lang.String uri)
This method is called before unlocking the resource. |
Method Detail |
public void beforeUnlock(java.lang.String uri) throws SlideException
uri
- the uri of the resource that will be unlocked.
SlideException
public void afterUnlock(java.lang.String uri) throws SlideException
uri
- the uri of the resource that has been unlocked.
SlideException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |