|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUserData
Many of the objects in the model (walkway, link, lane, etc) support the attachment of user data. There may be several independently created plugins in operation on any model, so user data must be attached using a unique key from each plugin.
| Method Summary | |
|---|---|
Object |
userData(int owner)
Retrieve the user-data on this object. |
void |
userData(int owner,
Object data)
Set the user data on this object. |
int |
userDataHashCode()
Get the unique hash code for this object. |
| Method Detail |
|---|
int userDataHashCode()
void userData(int owner,
Object data)
Object userData(int owner)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||