|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Procedure
A functor that takes no arguments and returns no value.
Note that this functor implements the
Runnable
interface, making all Procedure
s
immediately usable in a number of contexts (Swing, Jelly, etc.).
Implementors are encouraged but not required to make their functors
Serializable
.
Method Summary | |
---|---|
void |
run()
Execute this procedure. |
Methods inherited from interface org.apache.commons.functor.Functor |
---|
equals, hashCode, toString |
Method Detail |
---|
void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |