|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.AWTEventMulticaster
org.das2.event.DasEventMulticaster
public class DasEventMulticaster
| Field Summary |
|---|
| Fields inherited from class java.awt.AWTEventMulticaster |
|---|
a, b |
| Constructor Summary | |
|---|---|
protected |
DasEventMulticaster(java.util.EventListener a,
java.util.EventListener b)
Creates a new instance of DasEventMultiCaster |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.awt.AWTEventMulticaster |
|---|
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, windowStateChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected DasEventMulticaster(java.util.EventListener a,
java.util.EventListener b)
| Method Detail |
|---|
public void dataPointSelected(DataPointSelectionEvent e)
dataPointSelected in interface DataPointSelectionListenerpublic void dataRangeSelected(DataRangeSelectionEvent e)
dataRangeSelected in interface DataRangeSelectionListenerpublic void timeRangeSelected(TimeRangeSelectionEvent e)
timeRangeSelected in interface TimeRangeSelectionListener
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||