notifyOnNewPosition abstract method

void notifyOnNewPosition(
  1. GemPosition pos
)

Notification sent when a new position is available. Used internally, do not call directly.

Parameters

Implementation

void notifyOnNewPosition(final GemPosition pos);