Package com.etsy.pushbot.tokens

Examples of com.etsy.pushbot.tokens.Hold


  public void onCommand(PushBot pushBot,
                        PushTrain pushTrain,
                        String channel,
                        String sender) {
    Hold hold = new Hold();
    hold.setMessage(this.message);
    pushTrain.addFirst(hold);
  }
View Full Code Here

TOP

Related Classes of com.etsy.pushbot.tokens.Hold

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.