public interface NullaryProcedure extends NullaryFunctor, Runnable
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
.
Modifier and Type | Method and Description |
---|---|
void |
run()
Execute this procedure.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.