org.safehaus.penrose.event
Interface AddListener

All Known Implementing Classes:
GenericAdapter, Module

public interface AddListener

Author:
Endi S. Dewata

Method Summary
 void afterAdd(AddEvent event)
           
 void beforeAdd(AddEvent event)
           
 

Method Detail

beforeAdd

public void beforeAdd(AddEvent event)
               throws java.lang.Exception
Throws:
java.lang.Exception

afterAdd

public void afterAdd(AddEvent event)
              throws java.lang.Exception
Throws:
java.lang.Exception