* {@inheritDoc}
*/
@Override
final void dispatch(IBasicRobot robot, IRobotStatics statics, Graphics2D graphics) {
if (statics.isTeamRobot()) {
ITeamEvents listener = ((ITeamRobot) robot).getTeamEventListener();
if (listener != null) {
listener.onMessageReceived(this);
}
}
}