wt.feedback
Class StatusFeedbackTest

java.lang.Object
  extended bywt.feedback.StatusFeedbackTest
All Implemented Interfaces:
EventListener, PropertyChangeListener, Runnable

public class StatusFeedbackTest
extends Object
implements PropertyChangeListener, Runnable

Simple status feedback tester


Field Summary
private static String versionID
           
 
Constructor Summary
StatusFeedbackTest()
           
 
Method Summary
static void main(String[] args)
          Test application
 void propertyChange(PropertyChangeEvent evt)
          Property change listener
 void run()
          Test runnable
static void testStatusFeedback()
          Server-side method to emit status messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

StatusFeedbackTest

public StatusFeedbackTest()
Method Detail

testStatusFeedback

public static void testStatusFeedback()
Server-side method to emit status messages.


propertyChange

public void propertyChange(PropertyChangeEvent evt)
Property change listener

Specified by:
propertyChange in interface PropertyChangeListener

run

public void run()
Test runnable

Specified by:
run in interface Runnable

main

public static void main(String[] args)
Test application