org.apache.slide.event
Interface LockListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LockAdapter
- public interface LockListener
- extends java.util.EventListener
Lock listener interface
- Version:
- $Revision: 1.3 $
lock
public void lock(LockEvent event)
throws VetoException
- Throws:
VetoException
unlock
public void unlock(LockEvent event)
throws VetoException
- Throws:
VetoException
renew
public void renew(LockEvent event)
throws VetoException
- Throws:
VetoException
kill
public void kill(LockEvent event)
throws VetoException
- Throws:
VetoException