insensa.controller
Class SetNodataValueActionListener

java.lang.Object
  extended by insensa.controller.SetNodataValueActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
private  CModel model
           
private  CView view
           
 
Constructor Summary
SetNodataValueActionListener(CModel model, CView view)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

private CModel model

view

private CView view
Constructor Detail

SetNodataValueActionListener

public SetNodataValueActionListener(CModel model,
                                    CView view)
Parameters:
model -
insensa.view -
Method Detail

actionPerformed

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