/** * In order to change the behavior of the translator, set it. * @param translator The translator that will be used. */ public void setMsgTranslator(SnmpMsgTranslator translator);
/** * Returns the current translator. * @return The current translator. */ public SnmpMsgTranslator getMsgTranslator();