Class HoverMouseListener<T extends Spatial>

java.lang.Object
com.simsilica.lemur.event.DefaultMouseListener
com.simsilica.lemur.event.HoverMouseListener<T>
All Implemented Interfaces:
MouseListener

public class HoverMouseListener<T extends Spatial> extends DefaultMouseListener
A MouseListener implementation that will track the hover state over entered and exited objects and Command<Spatial> when a 'hover' state exists over a particular Spatial that has this listener registered.