Worldwind public release 0.2
[worldwind-tracker.git] / gov / nasa / worldwind / SelectListener.java
blob1091036ff135bd3b2bf2d3ca08035e0647f9b015
1 /*
2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
5 All Rights Reserved.
6 */
7 package gov.nasa.worldwind;
9 import java.util.*;
11 /**
12 * @author tag
13 * @version $Id: SelectListener.java 1757 2007-05-07 09:17:09Z tgaskins $
15 public interface SelectListener extends EventListener
17 public void selected(SelectEvent event);