public class DrawingToolRequestorList extends java.lang.Object implements DrawingToolRequestor
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected java.util.Hashtable |
table |
Constructor and Description |
---|
DrawingToolRequestorList() |
Modifier and Type | Method and Description |
---|---|
void |
add(OMGraphic omg,
DrawingToolRequestor dtr) |
void |
clear() |
void |
drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the
graphic, arrives.
|
java.lang.String |
getName()
Needed to fill in a GUI with a receiver's name, to enable the
user to send a graphic to a specific object.
|
void |
remove(OMGraphic omg) |
public void add(OMGraphic omg, DrawingToolRequestor dtr)
public void remove(OMGraphic omg)
public void clear()
public void drawingComplete(OMGraphic omg, OMAction action)
drawingComplete
in interface DrawingToolRequestor
public java.lang.String getName()
getName
in interface DrawingToolRequestor
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details