org.safehaus.penrose.event
Class GenericAdapter

java.lang.Object
  extended byorg.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

Constructor Summary
GenericAdapter()
           
 
Method Summary
 void afterAdd(AddEvent event)
           
 void afterBind(BindEvent e)
           
 void afterModify(ModifyEvent event)
           
 void afterUnbind(BindEvent e)
           
 void beforeAdd(AddEvent event)
           
 void beforeBind(BindEvent e)
           
 void beforeModify(ModifyEvent event)
           
 void beforeUnbind(BindEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAdapter

public GenericAdapter()
Method Detail

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