133134135136137138139140141142143
return control.listMessageCounter(); } @Override public void resetMessageCounter() throws Exception { control.resetMessageCounter(); } @Override public String listMessageCounterAsHTML() throws Exception { return control.listMessageCounterAsHTML();
144145146147148149150151152153154
134135136137138139140141142143144