Class ImageBuffersDialogListener

java.lang.Object
  |
  +--ImageBuffersDialogListener

public class ImageBuffersDialogListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  boolean do_custom_buffer_size
           
private  int image_buffer_size
           
private  ImageBuffersDialog parent
           
 
Constructor Summary
ImageBuffersDialogListener(ImageBuffersDialog parent)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

private ImageBuffersDialog parent

do_custom_buffer_size

private boolean do_custom_buffer_size

image_buffer_size

private int image_buffer_size
Constructor Detail

ImageBuffersDialogListener

public ImageBuffersDialogListener(ImageBuffersDialog parent)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener