Class SMSSender


  • public class SMSSender
    extends java.lang.Object
    Sender of SMS
    • Constructor Summary

      Constructors 
      Constructor Description
      SMSSender()
      Creates a new instance of SMSSender
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRunning()
      Return whether there is currently some message being sent.
      • Methods inherited from class java.lang.Object

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

      • SMSSender

        public SMSSender()
        Creates a new instance of SMSSender
    • Method Detail

      • isRunning

        public boolean isRunning()
        Return whether there is currently some message being sent.
        Returns:
        true is some message is just being sent; false otherwise