/[classpath]/classpath/javax/swing/ButtonModel.java
ViewVC logotype

Diff of /classpath/javax/swing/ButtonModel.java

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

revision 1.2 by mark, Tue Apr 30 11:27:01 2002 UTC revision 1.3 by mkoch, Wed Jul 2 05:21:52 2003 UTC
# Line 76  public interface ButtonModel extends Ite Line 76  public interface ButtonModel extends Ite
76    
77      void setSelected(boolean b);      void setSelected(boolean b);
78      boolean isSelected();      boolean isSelected();
   
   
     // there are not in the spec !!  
   
   
     void fireItemStateChanged(ItemEvent event);  
     void fireStateChanged(ChangeEvent event);      
     void fireActionPerformed(ActionEvent event);  
79  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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