protected Agent(String filepath, Agenttype agenttype, Callback_on_status_changed callback, Results results, Main_view main_view) { this.filepath = filepath; this.agenttype = agenttype; this.callback = callback; this.results = results; this.main_view = main_view; }
protected Agent(String filepath, Agenttype agenttype, Callback_on_status_changed callback, Results results, Main_view mv) { this.filepath = filepath; this.agenttype = agenttype; this.callback = callback; this.results = results; this.main_view = mv; }
public Gsm_agent(String filepath, Agenttype agenttype, Callback_on_status_changed callback, Results results, Main_view mv) : base(filepath, agenttype, callback, results, mv) { }
public Bluetooth_agent(String filepath, Agenttype agenttype, Callback_on_status_changed callback, Results results, Main_view main_view) : base(filepath, agenttype, callback, results, main_view) { }