org.safehaus.penrose.event
Class GenericAdapter
java.lang.Object
org.safehaus.penrose.event.GenericAdapter
- All Implemented Interfaces:
- AddListener, BindListener, ModifyListener
- public class GenericAdapter
- extends java.lang.Object
- implements BindListener, AddListener, ModifyListener
- Author:
- Endi S. Dewata
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericAdapter
public GenericAdapter()
beforeBind
public void beforeBind(BindEvent e)
throws java.lang.Exception
- Specified by:
beforeBind in interface BindListener
- Throws:
java.lang.Exception
afterBind
public void afterBind(BindEvent e)
throws java.lang.Exception
- Specified by:
afterBind in interface BindListener
- Throws:
java.lang.Exception
beforeUnbind
public void beforeUnbind(BindEvent e)
throws java.lang.Exception
- Specified by:
beforeUnbind in interface BindListener
- Throws:
java.lang.Exception
afterUnbind
public void afterUnbind(BindEvent e)
throws java.lang.Exception
- Specified by:
afterUnbind in interface BindListener
- Throws:
java.lang.Exception
beforeAdd
public void beforeAdd(AddEvent event)
throws java.lang.Exception
- Specified by:
beforeAdd in interface AddListener
- Throws:
java.lang.Exception
afterAdd
public void afterAdd(AddEvent event)
throws java.lang.Exception
- Specified by:
afterAdd in interface AddListener
- Throws:
java.lang.Exception
beforeModify
public void beforeModify(ModifyEvent event)
throws java.lang.Exception
- Specified by:
beforeModify in interface ModifyListener
- Throws:
java.lang.Exception
afterModify
public void afterModify(ModifyEvent event)
throws java.lang.Exception
- Specified by:
afterModify in interface ModifyListener
- Throws:
java.lang.Exception