edu.rit.m2mi.test
Class BarImpl2
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarImpl2
public BarImpl2(String theMessage)
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.