}
// Clear out the list, add the new Entity and fire an event
selectedEntityList.clear();
selectedEntityList.add(entity);
inputManager.postEvent(new SelectionEvent(new LinkedList(selectedEntityList)));
return;
}
else if (policy.isMultiSelection(event) == true) {
// If the Entity is already selected, then remove it from the
// selection list. If not already present, then add it