1 | This is the automatically generated file for the Juggler. It is the listener class whose event handler method (which is actionPerformed for buttons) links the source of the event, the button, with the sink of the event by calling the startJuggling method of the Juggler class. package tmp.sun.beanbox; public class __Hookup_140a49964da implements java.awt.event.ActionListener, java.io.Serializable { private sunw.demo.juggler.Juggler target; public void setTarget(sunw.demo.juggler.Juggler t) { target = t; } public void actionPerformed (java.awt.event.ActionEvent arg0) { target.startJuggling(); } } |