|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.apps.Broker.GUIListener
Constructor Summary | |
GUIListener(CLInterpreter interp)
Deprecated. |
|
GUIListener(CLInterpreter interp,
Broker b)
New constructor so that the GUIListener gets a copy of the Broker, so that it can call the Broker directly to continue the Event passing mechanism. |
Method Summary | |
CLInterpreter |
getInterp()
|
void |
JHDLMouseEventPerformed(JHDLMouseEvent e)
This gets called when a JHDLMouseEvent occurs on one of the Widgets. |
void |
schematicActionPerformed(SchematicActionEvent e)
Deprecated. |
void |
simControlActionPerformed(SimControlActionEvent e)
This gets called when a SimControlActionEvent occurs |
void |
treeBrowserActionPerformed(TreeBrowserActionEvent e)
Deprecated. |
void |
wiresTableActionPerformed(WiresTableActionEvent e)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GUIListener(CLInterpreter interp)
public GUIListener(CLInterpreter interp, Broker b)
interp
- The CLInterpreter.b
- The Broker.Method Detail |
public CLInterpreter getInterp()
public void JHDLMouseEventPerformed(JHDLMouseEvent e)
JHDLMouseEventPerformed
in interface JHDLMouseEventListener
e
- The JHDLMouseEvent containing the origin of the Event,
and Event-specific details.public void simControlActionPerformed(SimControlActionEvent e)
simControlActionPerformed
in interface SimControlActionListener
public void schematicActionPerformed(SchematicActionEvent e)
schematicActionPerformed
in interface SchematicActionListener
public void treeBrowserActionPerformed(TreeBrowserActionEvent e)
treeBrowserActionPerformed
in interface TreeBrowserActionListener
public void wiresTableActionPerformed(WiresTableActionEvent e)
wiresTableActionPerformed
in interface WiresTableActionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |