/[classpath]/classpath/java/awt/Button.java
ViewVC logotype

Diff of /classpath/java/awt/Button.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.8 by tromey, Sun Mar 24 22:34:24 2002 UTC
# Line 261  processActionEvent(ActionEvent event) Line 261  processActionEvent(ActionEvent event)
261  void  void
262  dispatchEventImpl(AWTEvent e)  dispatchEventImpl(AWTEvent e)
263  {  {
   super.dispatchEventImpl(e);  
   
264    if (e.id <= ActionEvent.ACTION_LAST    if (e.id <= ActionEvent.ACTION_LAST
265        && e.id >= ActionEvent.ACTION_FIRST        && e.id >= ActionEvent.ACTION_FIRST
266        && (action_listeners != null        && (action_listeners != null
267            || (eventMask & AWTEvent.ACTION_EVENT_MASK) != 0))            || (eventMask & AWTEvent.ACTION_EVENT_MASK) != 0))
268      processEvent(e);      processEvent(e);
269      else
270        super.dispatchEventImpl(e);
271  }  }
272    
273  /*************************************************************************/  /*************************************************************************/

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26