edu.pdx.cs399J.gwt.client
Interface DivisionServiceAsync


public interface DivisionServiceAsync

The client-side interface to the division service


Method Summary
 void divide(int dividend, int divisor, AsyncCallback async)
          Divides two numbers and returns their quotient
 

Method Detail

divide

void divide(int dividend,
            int divisor,
            AsyncCallback async)
Divides two numbers and returns their quotient



Copyright © 2000-2009 Portland State University. All Rights Reserved.