alun.view
Class OutputFileListener

java.lang.Object
  extended by alun.view.OutputFileListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public abstract class OutputFileListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
OutputFileListener(java.lang.String t)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
abstract  void writeTo(java.io.PrintWriter w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputFileListener

public OutputFileListener(java.lang.String t)
Method Detail

writeTo

public abstract void writeTo(java.io.PrintWriter w)

actionPerformed

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