org.safehaus.penrose.event
Interface BindListener

All Known Implementing Classes:
GenericAdapter, Module

public interface BindListener

Author:
Endi S. Dewata

Method Summary
 void afterBind(BindEvent event)
           
 void afterUnbind(BindEvent event)
           
 void beforeBind(BindEvent event)
           
 void beforeUnbind(BindEvent event)
           
 

Method Detail

beforeBind

public void beforeBind(BindEvent event)
                throws java.lang.Exception
Throws:
java.lang.Exception

afterBind

public void afterBind(BindEvent event)
               throws java.lang.Exception
Throws:
java.lang.Exception

beforeUnbind

public void beforeUnbind(BindEvent event)
                  throws java.lang.Exception
Throws:
java.lang.Exception

afterUnbind

public void afterUnbind(BindEvent event)
                 throws java.lang.Exception
Throws:
java.lang.Exception