|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ObjectWrapper
Interface that all ObjectWrapper types must implement.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void dispose()
dispose in interface DisposeListenerjava.lang.String getKey()
void setKey(java.lang.String key)
key - The key to set for this object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||