nl.tudelft.goal.ut2004.visualizer.services
Class AgentSelection<E>

Package class diagram package AgentSelection
java.lang.Object
  extended by 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

Constructor Summary
AgentSelection()
           
 
Method Summary
 void addSelectionListener(ISelectionListener<E> listener)
           
 void changeSelected(E newSelection)
           
 void removeSelectionListener(ISelectionListener<E> listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentSelection

public AgentSelection()
Method Detail

changeSelected

public void changeSelected(E newSelection)

addSelectionListener

public void addSelectionListener(ISelectionListener<E> listener)

removeSelectionListener

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.