Package robocode
Class MouseEnteredEvent
java.lang.Object
robocode.Event
robocode.MouseEvent
robocode.MouseEnteredEvent
- All Implemented Interfaces:
Serializable
,Comparable<Event>
A MouseEnteredEvent is sent to
onMouseEntered()
when the mouse has entered the battle view.- Since:
- 1.6.1
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMouseEnteredEvent
(MouseEvent source) Called by the game to create a new MouseEnteredEvent. -
Method Summary
Methods inherited from class robocode.MouseEvent
getSourceEvent
Methods inherited from class robocode.Event
compareTo, getPriority, getTime, setPriority, setTime
-
Constructor Details
-
MouseEnteredEvent
Called by the game to create a new MouseEnteredEvent.- Parameters:
source
- the source mouse event originating from the AWT.
-