com.liferay.portal.kernel.lock
Class BaseLockListener
java.lang.Object
com.liferay.portal.kernel.lock.BaseLockListener
- All Implemented Interfaces:
- LockListener
- Direct Known Subclasses:
- DLFileEntryLockListener
public abstract class BaseLockListener
- extends Object
- implements LockListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseLockListener
public BaseLockListener()
onAfterExpire
public void onAfterExpire(String key)
- Specified by:
onAfterExpire in interface LockListener
onAfterLock
public void onAfterLock(String key)
- Specified by:
onAfterLock in interface LockListener
onAfterRefresh
public void onAfterRefresh(String key)
- Specified by:
onAfterRefresh in interface LockListener
onAfterUnlock
public void onAfterUnlock(String key)
- Specified by:
onAfterUnlock in interface LockListener
onBeforeExpire
public void onBeforeExpire(String key)
- Specified by:
onBeforeExpire in interface LockListener
onBeforeLock
public void onBeforeLock(String key)
- Specified by:
onBeforeLock in interface LockListener
onBeforeRefresh
public void onBeforeRefresh(String key)
- Specified by:
onBeforeRefresh in interface LockListener
onBeforeUnlock
public void onBeforeUnlock(String key)
- Specified by:
onBeforeUnlock in interface LockListener