Class CallbackManager

java.lang.Object
zombie.core.znet.CallbackManager
All Implemented Interfaces:
IJoinRequestCallback

public class CallbackManager
extends java.lang.Object
implements IJoinRequestCallback
  • Constructor Summary

    Constructors
    Constructor Description
    CallbackManager()  
  • Method Summary

    Modifier and Type Method Description
    void onJoinRequest​(long friendSteamID, java.lang.String connectionString)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CallbackManager

      public CallbackManager()
  • Method Details

    • onJoinRequest

      public void onJoinRequest​(long friendSteamID, java.lang.String connectionString)
      Specified by:
      onJoinRequest in interface IJoinRequestCallback