// The bot doesn't implement the required interface
throw new ClassCastException();
}
// Get the object, null if not available at this time.
ServerCommandsRetriever retriever = (ServerCommandsRetriever)this.objAdapter;
this.objServerCommands = retriever.getServerCommands();
return this.objServerCommands != null;
}