edu.rit.m2mi.test
Interface Bar

All Known Implementing Classes:
BarImpl, BarImpl2

public interface Bar

Interface Bar is a target interface for testing handles and method invokers.


Method Summary
 void doArrayStuff(float[][] a, String[] b)
           
 void doNothing()
           
 void doSomething(int x, String y)
           
 void doSomethingElse(double z)
           
 

Method Detail

doSomething

void doSomething(int x,
                 String y)

doSomethingElse

void doSomethingElse(double z)

doNothing

void doNothing()

doArrayStuff

void doArrayStuff(float[][] a,
                  String[] b)


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