@Override
 protected void onBind() {
   super.onBind();
   addRegisteredHandler(SendMessageEvent.getType(), this);
 }