public interface EventPlotListener
Modifier and Type | Method and Description |
---|---|
void |
eventsClicked(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse clicked on the Events contained in the EventSelection Set.
|
void |
eventsEntered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse moved into of the Events contained in the EventSelection Set.
|
void |
eventsExited(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates the mouse moved outside of the events contained in the EventSelection Set.
|
void |
eventsHovered(GlimpseMouseEvent e,
Set<EventSelection> events,
TimeStamp time)
Indicates that the mouse moved while inside the Events contained in the EventSelection Set.
|
void |
eventUpdated(Event event)
Indicates that the provided Event was updated by the user.
|
void eventsExited(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)
e
- the original MouseEvent which caused this eventsExited callevents
- the events which the mouse moved outside oftime
- the time corresponding to the mouse's current positionvoid eventsEntered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)
void eventsHovered(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)
void eventsClicked(GlimpseMouseEvent e, Set<EventSelection> events, TimeStamp time)
void eventUpdated(Event event)
event
- Copyright © 2013 Metron, Inc.. All rights reserved.