Uses of Interface
org.simulare.ItemListener

Packages that use ItemListener
cin.aquario   
org.simulare   
 

Uses of ItemListener in cin.aquario
 

Classes in cin.aquario that implement ItemListener
 class NoOxigen
          Defines a item listener to verify if the attribute 'oxigen_level' has gone to a negative value.
 

Uses of ItemListener in org.simulare
 

Methods in org.simulare with parameters of type ItemListener
 void Item.removeItemListener(ItemListener l)
           
 void Item.addItemListener(ItemListener l)