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