javax.rad.util.event
Interface ICallable


public interface ICallable

The ICallable will be used to call reflective any method.


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

Method Detail

invoke

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

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


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.