2122232425262728293031
this.whitePages = whitePages; } public void messageReceived(Conversation conversation, Message msg) { final CommandImpl cmd = (CommandImpl) msg.getBody(); this.execs.get( cmd.getName() ).execute( whitePages, conversation, msg, cmd ); }