org.iqual.chaplin
Interface Invokeable


public interface Invokeable

This interface should be implemented by any class whose main functionality is to be invoked by calling the generic invoke method.

Since:
May 4, 2009 10:53:37 PM
Author:
Zbynek Slajchrt

Method Summary
<T> T
invoke(Object... arguments)
           
 

Method Detail

invoke

<T> T invoke(Object... arguments)


Copyright © 2009 iquality.org. All Rights Reserved.