public class TooltipCursorEnterListener extends java.lang.Object implements CursorEnterEventListener
CursorEnterEvent
to add tooltip to tooltip layer and make it visible or not visible.Constructor and Description |
---|
TooltipCursorEnterListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Used to compare instances of this event listener.
|
void |
process(CursorEnterEvent event)
Used to process
CursorEnterEvent . |
public void process(CursorEnterEvent event)
CursorEnterEvent
.process
in interface CursorEnterEventListener
process
in interface EventListener<CursorEnterEvent>
event
- event to process.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- object to compare.