javax.rad.util.event
Interface ICallable


public interface ICallable

The ICallable will be used to call reflective any method.


Method Summary
 java.lang.Object invoke(java.lang.Object... pParameter)
          Method that is invoked.
 

Method Detail

invoke

java.lang.Object invoke(java.lang.Object... pParameter)
Method that is invoked.

Parameters:
pParameter - the parameters.
Returns:
the return value.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.