JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.officefloor.frame.api.manage
Interface ObjectUser<O>
All Known Implementing Classes:
ObjectUserImpl
public interface
ObjectUser<O>
User of an object.
Author:
Daniel Sagenschneider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
use
(
O
object,
Throwable
failure)
Provides the object for using.
Method Details
use
void
use
(
O
object,
Throwable
failure)
Provides the object for using.
Parameters:
object
- Object for use.
failure
-
Throwable
if fails to load the
Object
.