wt.feedback
Class ProgressCountFeedbackTest

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

public class ProgressCountFeedbackTest
extends Object
implements PropertyChangeListener, Runnable, RemoteAccess

Simple progress count feedback tester


Field Summary
private static String versionID
           
 
Constructor Summary
ProgressCountFeedbackTest()
           
 
Method Summary
static void main(String[] args)
          Test application
 void propertyChange(PropertyChangeEvent evt)
          Property change listener
 void run()
          Test runnable
static void testProgressCountFeedback()
          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

ProgressCountFeedbackTest

public ProgressCountFeedbackTest()
Method Detail

testProgressCountFeedback

public static void testProgressCountFeedback()
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