org.safehaus.penrose.event
Interface CompareListener

All Known Implementing Classes:
Module

public interface CompareListener

Author:
Endi S. Dewata

Method Summary
 void afterCompare(CompareEvent event)
           
 void beforeCompare(CompareEvent event)
           
 

Method Detail

beforeCompare

public void beforeCompare(CompareEvent event)
                   throws java.lang.Exception
Throws:
java.lang.Exception

afterCompare

public void afterCompare(CompareEvent event)
                  throws java.lang.Exception
Throws:
java.lang.Exception