Class MainClient

java.lang.Object
crow.game.examples.pingpong.client.MainClient
All Implemented Interfaces:
Runnable

public class MainClient extends Object implements Runnable
This wraps the client into a runnable that can be run as a main entrypoint OR passed into a Thread.
See Also:
  • Field Details

    • logger

      protected static final org.slf4j.Logger logger
  • Constructor Details

    • MainClient

      public MainClient()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run()
      Specified by:
      run in interface Runnable