bus.registerPluginListener(new ConfigurationListener() {
public void setConfiguration(PluginConfig config) {
configure(config);
}
});
bus.registerPluginListener(new TelnetCommandListener() {
public void sendTelnetCommand(byte command) throws IOException {
handler.sendTelnetControl(command);
}
});