org.elkoserver.util
Interface ArgRunnable

All Known Implementing Classes:
BankClient

public interface ArgRunnable

Arbitrary executable to be run on an argument. This interface is analagous to Runnable, but takes a parameter.


Method Summary
 void run(Object obj)
          Act upon a value.
 

Method Detail

run

void run(Object obj)
Act upon a value.

Parameters:
obj - The value to act upon.