Uses of Interface
org.jvnet.flamingo.common.RolloverActionListener

Packages that use RolloverActionListener
org.jvnet.flamingo.common   
 

Uses of RolloverActionListener in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common with parameters of type RolloverActionListener
 void JCommandMenuButton.addRolloverActionListener(RolloverActionListener l)
          Adds a rollover action listener that will be called when the rollover state of this button becomes active.
 void JCommandMenuButton.removeRolloverActionListener(RolloverActionListener l)
          Removes the specified rollover action listener.