public interface BalloonListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
balloonHide(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappeares not because of
timeout or user click.
|
void |
balloonShown(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip is shown.
|
void |
balloonTimeOut(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappeares because of timeout.
|
void |
balloonUserClick(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappeares because of user click.
|
void balloonShown(java.util.EventObject balloonEventObject)
balloonEventObject - describes source of the event.void balloonHide(java.util.EventObject balloonEventObject)
balloonEventObject - describes source of the event.void balloonTimeOut(java.util.EventObject balloonEventObject)
balloonEventObject - describes source of the event.void balloonUserClick(java.util.EventObject balloonEventObject)
balloonEventObject - describes source of the event.