org.safehaus.penrose.event
Interface DeleteListener

All Known Implementing Classes:
Module

public interface DeleteListener

Author:
Endi S. Dewata

Method Summary
 void afterDelete(DeleteEvent event)
           
 void beforeDelete(DeleteEvent event)
           
 

Method Detail

beforeDelete

public void beforeDelete(DeleteEvent event)
                  throws java.lang.Exception
Throws:
java.lang.Exception

afterDelete

public void afterDelete(DeleteEvent event)
                 throws java.lang.Exception
Throws:
java.lang.Exception