public class DasEventMulticaster extends java.awt.AWTEventMulticaster implements DataPointSelectionListener, DataRangeSelectionListener, TimeRangeSelectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
DasEventMulticaster(java.util.EventListener a,
java.util.EventListener b)
Creates a new instance of DasEventMultiCaster
|
| Modifier and Type | Method and Description |
|---|---|
static DataPointSelectionListener |
add(DataPointSelectionListener a,
DataPointSelectionListener b) |
static DataRangeSelectionListener |
add(DataRangeSelectionListener a,
DataRangeSelectionListener b) |
static TimeRangeSelectionListener |
add(TimeRangeSelectionListener a,
TimeRangeSelectionListener b) |
void |
dataPointSelected(DataPointSelectionEvent e) |
void |
dataRangeSelected(DataRangeSelectionEvent e) |
static DataPointSelectionListener |
remove(DataPointSelectionListener a,
DataPointSelectionListener b) |
static DataRangeSelectionListener |
remove(DataRangeSelectionListener a,
DataRangeSelectionListener b) |
protected java.util.EventListener |
remove(java.util.EventListener listener) |
static TimeRangeSelectionListener |
remove(TimeRangeSelectionListener a,
TimeRangeSelectionListener b) |
void |
timeRangeSelected(TimeRangeSelectionEvent e) |
java.lang.String |
toString() |
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addInternal, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, removeInternal, save, saveInternal, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedprotected DasEventMulticaster(java.util.EventListener a,
java.util.EventListener b)
public void dataPointSelected(DataPointSelectionEvent e)
dataPointSelected in interface DataPointSelectionListenerpublic void dataRangeSelected(DataRangeSelectionEvent e)
dataRangeSelected in interface DataRangeSelectionListenerpublic void timeRangeSelected(TimeRangeSelectionEvent e)
timeRangeSelected in interface TimeRangeSelectionListenerpublic static DataPointSelectionListener add(DataPointSelectionListener a, DataPointSelectionListener b)
public static DataRangeSelectionListener add(DataRangeSelectionListener a, DataRangeSelectionListener b)
public static TimeRangeSelectionListener add(TimeRangeSelectionListener a, TimeRangeSelectionListener b)
public static DataPointSelectionListener remove(DataPointSelectionListener a, DataPointSelectionListener b)
public static DataRangeSelectionListener remove(DataRangeSelectionListener a, DataRangeSelectionListener b)
public static TimeRangeSelectionListener remove(TimeRangeSelectionListener a, TimeRangeSelectionListener b)
protected java.util.EventListener remove(java.util.EventListener listener)
remove in class java.awt.AWTEventMulticasterpublic java.lang.String toString()
toString in class java.lang.Object