edu.rit.m2mi.test
Class BarImpl2

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

public class BarImpl2
extends Object
implements Bar

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


Constructor Summary
BarImpl2(String theMessage)
           
 
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

BarImpl2

public BarImpl2(String theMessage)
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.