Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal
Class ChooseJournalView.CheckboxListener  view ChooseJournalView.CheckboxListener download ChooseJournalView.CheckboxListener.java

java.lang.Object
  extended bycom.cybertivity.powerjournal.ChooseJournalView.CheckboxListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
ChooseJournalView

class ChooseJournalView.CheckboxListener
extends java.lang.Object
implements java.awt.event.ItemListener


Constructor Summary
(package private) ChooseJournalView.CheckboxListener()
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
          This method is called when an item's state is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseJournalView.CheckboxListener

ChooseJournalView.CheckboxListener()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Description copied from interface: java.awt.event.ItemListener
This method is called when an item's state is changed.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener