|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the input parameter.public interface IMethod1<T>
Callback method taking one input parameter of desired type and returning void.
It is the equivalent of .NET Action
Method Summary
void
invoke(T t)
Callback method.
Method Detail
invoke
void invoke(T t)
throws java.lang.Exception
t
- input parameter passing to the callback method.
java.lang.Exception
- Implementation of the method is allowed to throw an exception.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD