All Packages Class Hierarchy This Package Previous Next Index
Interface collections.Procedure
- public interface interface Procedure
- extends Serializable
Procedure is a common interface for aclasses with an arbitrary void operation
of one argument that may throw any kind of exception.
-
procedure(Object)
- Execute some procedure on obj.
procedure
public abstract void procedure(Object obj) throws Exception
- Execute some procedure on obj.
Raise any Exception at all.
All Packages Class Hierarchy This Package Previous Next Index