JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jpower.core
Interface Factory<T>
Type Parameters:
T
- object type
All Known Implementing Classes:
ClientFactory
,
TaskFactory
,
WorkerFactory
public interface
Factory<T>
Utility class that allows you to allow users to easily build an instance of the specified object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
create
()
Build an instance of our object.
Method Detail
create
T
create()
Build an instance of our object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method