|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invokable
An object that can receive an Invocation
.
Method Summary | |
---|---|
java.lang.Object |
invoke(Invocation invocation)
Performs an action in response to an invocation. |
Method Detail |
---|
java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
invocation
- The invocation to perform.
null
if the invoked method has a void return type.
java.lang.Throwable
- An exception to be thrown to the caller, if not returning a value. Any checked exception
thrown must be in the throws
list of the invoked method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |