com.mebigfatguy.polycasso
Interface ImageGeneratedListener

All Known Implementing Classes:
PainterFrame

public interface ImageGeneratedListener

an interface that interested parties should implement if they wish to be informed when a new best image has been found.


Method Summary
 void imageGenerated(ImageGeneratedEvent event)
          a method to be implement that will give the interested party what image is now considered to be the best
 

Method Detail

imageGenerated

void imageGenerated(ImageGeneratedEvent event)
a method to be implement that will give the interested party what image is now considered to be the best

Parameters:
event - the event object describing the new best image


Copyright © 2009-2010 MeBigFatGuy.com. All Rights Reserved.