com.alee.managers.tooltip
Interface TooltipListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TooltipAdapter

public interface TooltipListener
extends java.util.EventListener

Custom tooltips listener interface.

Author:
Mikle Garin

Method Summary
 void tooltipDestroyed()
          Notifies that tooltip was destroyed.
 void tooltipHidden()
          Notifies that tooltip was hidden.
 void tooltipShowing()
          Notifies that tooltip started to appear.
 void tooltipShown()
          Notifies that tooltip was fully shown.
 

Method Detail

tooltipShowing

void tooltipShowing()
Notifies that tooltip started to appear.


tooltipShown

void tooltipShown()
Notifies that tooltip was fully shown.


tooltipHidden

void tooltipHidden()
Notifies that tooltip was hidden.


tooltipDestroyed

void tooltipDestroyed()
Notifies that tooltip was destroyed.