Examples of GatewayStatusNotification


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
Copyright © 2018 www.massapi.com. 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.