Class SAMPClient

java.lang.Object
gaiasky.util.samp.SAMPClient
All Implemented Interfaces:
IObserver

public class SAMPClient
extends java.lang.Object
implements IObserver
  • Constructor Summary

    Constructors
    Constructor Description
    SAMPClient()  
  • Method Summary

    Modifier and Type Method Description
    static SAMPClient getInstance()  
    java.lang.String getStatus()  
    void initialize()  
    void notify​(Events event, java.lang.Object... data)  

    Methods inherited from class java.lang.Object

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

    • SAMPClient

      public SAMPClient()
  • Method Details

    • getInstance

      public static SAMPClient getInstance()
    • initialize

      public void initialize()
    • getStatus

      public java.lang.String getStatus()
    • notify

      public void notify​(Events event, java.lang.Object... data)
      Specified by:
      notify in interface IObserver