net.grelf.grip
Interface ImageSizeAction

All Known Implementing Classes:
BatchMenu, GeometryMenu, GripFileMenu

public interface ImageSizeAction

A class implements this interface if it wants to use an ImageSizeDialogue, to provide a call-back method for when the user clicks the OK button of the dialogue.


Method Summary
 void process(ImageSizeDialogue isd)
           
 

Method Detail

process

void process(ImageSizeDialogue isd)