Community
Participate
Working Groups
*/
public IConsole getConsole()
{
if (this._console == null){this._console = new ConsoleImpl();}
if (this._console == null) {
this._console = new ConsoleImpl();
this._console.setAC(this._ac);
this._console.setTPTPAC(true);
}
return this._console;
try
if(this.getConsole() == null)
// Initialize the console
getConsole();
if(this._console.getAC() == null)
//Get the PC destID
this._destID = getDestID();
e.printStackTrace();
//To Do
public void handleCommand(ICommandElement command)