de.bsvrz.sys.funclib.application
Class SampleApp.Receiver

java.lang.Object
  extended by de.bsvrz.sys.funclib.application.SampleApp.Receiver
All Implemented Interfaces:
ClientReceiverInterface
Enclosing class:
SampleApp

private static class SampleApp.Receiver
extends Object
implements ClientReceiverInterface


Constructor Summary
private SampleApp.Receiver()
           
 
Method Summary
 void update(ResultData[] results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleApp.Receiver

private SampleApp.Receiver()
Method Detail

update

public void update(ResultData[] results)
Specified by:
update in interface ClientReceiverInterface