Class InviteListener

java.lang.Object
java.lang.Thread
cmion.level2.migration.InviteListener
All Implemented Interfaces:
Runnable

public class InviteListener extends Thread
a thread for listening on the invite listen port for invitations
  • Constructor Details

    • InviteListener

      public InviteListener(int port)
      constructs a new InviteListener that listens on the specified port
  • Method Details

    • run

      public void run()
      main method of the listener
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread