com.equitysoft.components
Interface EnterExitListener
- All Known Implementing Classes:
- IEButton
- public interface EnterExitListener
- extends java.util.EventListener
This interface allows a class to listen for EnterExitEvent
occurences when the
cursor enters or exits an IEButton instance. One of the uses is to allow one IEButton to lightup
at the same time as another button. IEButton already implements this interface so that if it is
registered as a EnterExitListener
on another button, the listening button
will lightup at the same time as the cursor passes over the event generating button.
buttonStateChanged
public void buttonStateChanged(EnterExitEvent eee)