net.wotonomy.test
Class TestController

java.lang.Object
  extended by net.wotonomy.test.TestController
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Controller for the TestPanel.


Constructor Summary
TestController(TestPanel aPanel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 java.lang.String getFilter()
           
 void hitMe(net.wotonomy.foundation.NSNotification aNote)
           
 void setFilter(java.lang.String aFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestController

public TestController(TestPanel aPanel)
Method Detail

getFilter

public java.lang.String getFilter()

setFilter

public void setFilter(java.lang.String aFilter)

hitMe

public void hitMe(net.wotonomy.foundation.NSNotification aNote)

actionPerformed

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


Copyright © 2006 null. All Rights Reserved.