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 voiduse(O object, java.lang.Throwable failure)Provides the object for using.
-
-
-
Method Detail
-
use
void use(O object, java.lang.Throwable failure)
Provides the object for using.- Parameters:
object- Object for use.failure-Throwableif fails to load theObject.
-
-