public interface Contactable
Modifier and Type | Method and Description |
---|---|
void |
addContact(long id,
float x,
float y)
Added values to this object for the construction of a Contact.
|
void |
clearContacts()
Removes all Contacts.
|
void |
removeContact(long id)
Removes the Contact indicated by the given identifier.
|
void |
updateContact(long id,
float x,
float y)
Updates the values of a Contact for this object.
|
void addContact(long id, float x, float y)
id
- x
- y
- void updateContact(long id, float x, float y)
id
- x
- y
- void removeContact(long id)
id
- void clearContacts()