Serializable
, Comparable<Event>
public final class PaintEvent extends Event
onPaint()
is called on your robot.
You can use this event for setting the event priority by calling
setEventPriority("PaintEvent", priority)
Constructor | Description |
---|---|
PaintEvent() |
Called by the game to create a new PaintEvent.
|
Copyright © 2018. All rights reserved.