JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclnt.util.general
Interface IExecuteOnObject<CLASS>
public interface
IExecuteOnObject<CLASS>
General interface to execute certain function on dedicated object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
CLASS
object)
Method Details
execute
void
execute
(
CLASS
object)