官术网_书友最值得收藏!

HR email handler

The HREmailHandler class extends the MainEmailHandler class. It assigns the keywords specific to the HR email handler and contains the processEmailFinal() method:

public class HREmailHandler extends MainEmailHandler {

protected String[] assignedKeyWords() {
// setup keywords for the receiver team
return new String[]{"career", "job", "faculty"};
}

@Override
protected String[] keyWords() {
return new String[0];
}

protected void processEmailFinal(String emailText) {
System.out.println("The Human Resources Team processed the email.");
}

@Override
public void setNextEmailHandler(UniversityEmailHandler emailHandler) {

}
}

The processEmailFinal() method just shown informs the user that the HR email handler took care of the received email.

主站蜘蛛池模板: 石狮市| 宾川县| 湄潭县| 昌吉市| 石阡县| 常州市| 吉隆县| 陵水| 山阳县| 常州市| 嘉禾县| 兴山县| 汶川县| 房产| 胶州市| 万宁市| 大港区| 秭归县| 松滋市| 湘潭县| 白玉县| 乐至县| 吉安县| 孟州市| 汪清县| 右玉县| 元谋县| 锡林浩特市| 古蔺县| 枣强县| 渭源县| 贡嘎县| 通州区| 团风县| 东港市| 措美县| 桐城市| 岳普湖县| 石泉县| 濮阳县| 温宿县|