public class AgentSelection<E> extends Object
It is possible to listen for changes in selection and change selected entities. Nothing more for now.
| Constructor and Description |
|---|
AgentSelection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectionListener(ISelectionListener<E> listener) |
void |
changeSelected(E newSelection) |
void |
removeSelectionListener(ISelectionListener<E> listener) |
public void changeSelected(E newSelection)
public void addSelectionListener(ISelectionListener<E> listener)
public void removeSelectionListener(ISelectionListener<E> listener)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.