Class SAMPClient

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

public class SAMPClient extends Object implements IObserver
  • Constructor Details

  • Method Details

    • initialize

      public void initialize(com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
    • getStatus

      public String getStatus()
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.