org.safehaus.penrose.event
Interface BindListener
- All Known Implementing Classes:
- GenericAdapter, Module
- public interface BindListener
- Author:
- Endi S. Dewata
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