TauFoodEvent constructor

TauFoodEvent(
  1. Function on
)

The constructor, specifying the callback which must be fired when synchronization is done

Implementation

/* ctor */ TauFoodEvent(this.on);