Class MessageSender


  • public abstract class MessageSender
    extends java.lang.Object
    Sends a message to one or more other SAMP clients. Intended for use from the command line.
    Since:
    23 Jul 2008
    Author:
    Mark Taylor
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageSender()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      static int runMain​(java.lang.String[] args)
      Does the work for the main method.
      • Methods inherited from class java.lang.Object

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

      • MessageSender

        public MessageSender()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Main method. Use -help flag for documentation.
        Throws:
        java.io.IOException
      • runMain

        public static int runMain​(java.lang.String[] args)
                           throws java.io.IOException
        Does the work for the main method.
        Throws:
        java.io.IOException