Package org.jzy3d.junit.replay.events
Interface IMouseEventLog
-
- All Superinterfaces:
IEventLog
- All Known Implementing Classes:
MouseEventLog
public interface IMouseEventLog extends IEventLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIMouseEventLog.MouseEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetButton()intgetClicks()IntegerCoord2dgetCoord()IMouseEventLog.MouseEventTypegetType()intgetValue()
-
-
-
Method Detail
-
getType
IMouseEventLog.MouseEventType getType()
-
getCoord
IntegerCoord2d getCoord()
-
getValue
int getValue()
-
getButton
int getButton()
-
getClicks
int getClicks()
-
-