public interface ObjectWrapper extends DisposeListener
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Instruct the ObjectWrapper to remove itself from the
ObjectWrapperManager, freeing up resources.
|
java.lang.String |
getKey()
Get the unique key that can be used with the ObjectWrapperManager to get
at any object that the implementation of this interface is wrapping.
|
void |
setKey(java.lang.String key)
Set the unique key that can used with ObjectWrapperManager to get at any
object the the implementation of this interface is wrapping.
|
void dispose()
dispose in interface DisposeListenerjava.lang.String getKey()
void setKey(java.lang.String key)
key - The key to set for this object.