edu.rit.m2mi.test
Interface ArrayProcessor

All Known Implementing Classes:
ArrayProcessorTest02

public interface ArrayProcessor

Interface ArrayProcessor specifies the interface for an exported object that processes an array of integers.


Method Summary
 void process(int[] data)
          Process the given array of integers.
 

Method Detail

process

void process(int[] data)
Process the given array of integers.

Parameters:
data - Array of integers.


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