org.littleshoot.util
Interface ObjectRef

All Known Implementing Classes:
ObjectRefImpl

public interface ObjectRef

An object reference.


Method Summary
 Object object()
          Returns the object contained in this reference.
 void setObject(Object object)
          Sets the object contained in this reference.
 

Method Detail

object

Object object()
Returns the object contained in this reference.

Returns:
The object contained in this reference.

setObject

void setObject(Object object)
Sets the object contained in this reference.

Parameters:
object - The object to be contained in this reference.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.