Interface PickListener<V>
-
public interface PickListener<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PickListener.EventSource
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
verticesPicked(java.util.Set<V> vertices, PickListener.EventSource source)
-
-
-
Method Detail
-
verticesPicked
void verticesPicked(java.util.Set<V> vertices, PickListener.EventSource source)
-
-