org.ow2.frascati.examples.sales
Class ClientImpl

java.lang.Object
  extended by org.ow2.frascati.examples.sales.ClientImpl
All Implemented Interfaces:
java.lang.Runnable, org.ow2.frascati.examples.sales.SalesAsyncCallback

public class ClientImpl
extends java.lang.Object
implements java.lang.Runnable, org.ow2.frascati.examples.sales.SalesAsyncCallback

Author:
Philippe Merle - INRIA

Constructor Summary
ClientImpl()
           
 
Method Summary
 void onResultSales(SalesResponse salesResponse)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientImpl

public ClientImpl()
Method Detail

run

public final void run()
Specified by:
run in interface java.lang.Runnable

onResultSales

public final void onResultSales(SalesResponse salesResponse)
Specified by:
onResultSales in interface org.ow2.frascati.examples.sales.SalesAsyncCallback


Copyright © 2010 OW2 Consortium. All Rights Reserved.