Package org.smslib.notify

Examples of org.smslib.notify.GatewayStatusNotification


   *            The new gateway status.
   * @see GatewayStatuses
   */
  public void setStatus(GatewayStatuses myStatus)
  {
    Service.getInstance().getNotifyQueueManager().getNotifyQueue().add(new GatewayStatusNotification(getMyself(), getStatus(), myStatus));
    this.status = myStatus;
  }
View Full Code Here

TOP

Related Classes of org.smslib.notify.GatewayStatusNotification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.