esmska.transfer
Class SMSSender

java.lang.Object
  extended by esmska.transfer.SMSSender

public class SMSSender
extends java.lang.Object

Sender of SMS


Constructor Summary
SMSSender()
          Creates a new instance of SMSSender
 
Method Summary
 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