nl.tudelft.goal.ut2004.visualizer.services
Class AgentSelection<E>
java.lang.Object
nl.tudelft.goal.ut2004.visualizer.services.AgentSelection<E>
public class AgentSelection<E>
- extends Object
This is a selection set for one environment(server, timeline).
It is possible to listen for changes in selection and change selected entities.
Nothing more for now.
- Author:
- Honza
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentSelection
public AgentSelection()
changeSelected
public void changeSelected(E newSelection)
addSelectionListener
public void addSelectionListener(ISelectionListener<E> listener)
removeSelectionListener
public void removeSelectionListener(ISelectionListener<E> listener)
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.