onEntryAdded abstract method

void onEntryAdded(
  1. Entry entry
)

Called whenever an entry is added with the finger. Note this is also called for entries that are generated by the library, when the touch gesture is too fast and skips points.

@param entry the last drawn entry

Implementation

void onEntryAdded(Entry entry);