Search in sources :

Example 1 with ClientConsole

use of org.javatari.atari.network.ClientConsole in project javatari by ppeccin.

the class Room method buildAndPlugClientConsole.

protected ClientConsole buildAndPlugClientConsole() {
    RemoteReceiver remoteReceiver = new RemoteReceiver();
    clientConsole = new ClientConsole(remoteReceiver);
    plugConsole(clientConsole);
    return clientConsole;
}
Also used : RemoteReceiver(org.javatari.atari.network.RemoteReceiver) ClientConsole(org.javatari.atari.network.ClientConsole)

Aggregations

ClientConsole (org.javatari.atari.network.ClientConsole)1 RemoteReceiver (org.javatari.atari.network.RemoteReceiver)1