Interface Hoverable
- 
- All Known Implementing Classes:
- Pin
 
 public interface HoverableAn interface for components to listen to whether or not they're being hovered over. Useful because the glasspane eats up the normal mouse events that you'd use to detect this
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHover(boolean hover)
 
-