edu.rit.m2mi.test
Class BarImpl

java.lang.Object
  extended by edu.rit.m2mi.test.BarImpl
All Implemented Interfaces:
Bar

public class BarImpl
extends Object
implements Bar

Class BarImpl provides an implementation of target interface Bar for testing handles and method invokers.


Constructor Summary
BarImpl()
           
 
Method Summary
 void doArrayStuff(float[][] a, String[] b)
           
 void doNothing()
           
 void doSomething(int x, String y)
           
 void doSomethingElse(double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarImpl

public BarImpl()
Method Detail

doSomething

public void doSomething(int x,
                        String y)
Specified by:
doSomething in interface Bar

doSomethingElse

public void doSomethingElse(double z)
Specified by:
doSomethingElse in interface Bar

doNothing

public void doNothing()
Specified by:
doNothing in interface Bar

doArrayStuff

public void doArrayStuff(float[][] a,
                         String[] b)
Specified by:
doArrayStuff in interface Bar


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.