onEvent method

void onEvent(
  1. String eventName,
  2. ContextCallBack callback
)

Implementation

void onEvent(String eventName ,ContextCallBack callback){
  eventBook.saveEvent(ServerEvent(eventName, callback));
}