robocode.robotinterfaces
Interface IPaintRobot
- IBasicRobot
- AdvancedRobot, Robot, TeamRobot, _AdvancedRadiansRobot, _AdvancedRobot
public interface IPaintRobot
A robot interface that makes it possible for a robot to receive paint events.
- Pavel Savara (original)
- Flemming N. Larsen (javadoc)
getPaintEventListener
public IPaintEvents getPaintEventListener()
This method is called by the game to notify this robot about painting
events. Hence, this method must be implemented so it returns your
IPaintEvents
listener.
- listener to paint events or
null
if this robot should
not receive the notifications.