public abstract class BalloonAdapter extends java.lang.Object implements BalloonListener
| Constructor and Description |
|---|
BalloonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
balloonHide(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappears 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 disappears because of timeout.
|
void |
balloonUserClick(java.util.EventObject balloonEventObject)
Fires when the balloon tooltip disappears because of user click.
|
public void balloonShown(java.util.EventObject balloonEventObject)
balloonShown in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonHide(java.util.EventObject balloonEventObject)
balloonHide in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonTimeOut(java.util.EventObject balloonEventObject)
balloonTimeOut in interface BalloonListenerballoonEventObject - describes source of the event.public void balloonUserClick(java.util.EventObject balloonEventObject)
balloonUserClick in interface BalloonListenerballoonEventObject - describes source of the event.