rvl.piface
Interface PiListener

All Known Implementing Classes:
PiGraph, AnovaCompGUI, AnovaGUI, AnovaHelper

public interface PiListener

Basic interface for any accessories that might be added to Piface dialogs. Implementations should call piface.addListener(this) where piface is the Piface object we want to get messages from.


Method Summary
 void close()
          Host routine should call this if it wants to close it
 void piAction(java.lang.String varName)
          This is called when the value of the variable "varName" is changed in the Piface
 

Method Detail

piAction

public void piAction(java.lang.String varName)
This is called when the value of the variable "varName" is changed in the Piface

close

public void close()
Host routine should call this if it wants to close it