ant.debug
Class MyActionListener

java.lang.Object
  extended byant.debug.MyActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class MyActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  MyCanvas canvas
           
(package private)  AntDebugger master
           
 
Constructor Summary
MyActionListener(AntDebugger master)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setCanvas(MyCanvas m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

master

AntDebugger master

canvas

MyCanvas canvas
Constructor Detail

MyActionListener

public MyActionListener(AntDebugger master)
Method Detail

setCanvas

public void setCanvas(MyCanvas m)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener