| Package | Description |
|---|---|
| ui.controller | |
| ui.model |
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasController.addObjectListener(ObjectListener objLis)
adds the ObjectListener.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ObjectListener> |
Model.getObjectListeners()
Returns the ObjectListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setObjectListeners(java.util.LinkedList<ObjectListener> linkedList)
Sets the ObjectListener.
|