com.zipwhip.signals.app.Command Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zipwhip-api Show documentation
Show all versions of zipwhip-api Show documentation
Java client to support applications powered by the Zipwhip Cloud
The newest version!
package com.zipwhip.signals.app;
import com.zipwhip.signals.message.Action;
/**
* Created by IntelliJ IDEA.
* User: Michael
* Date: Dec 11, 2010
* Time: 4:34:38 PM
*
* A request.
*
* @deprecated Use SignalCommand in the com.zipwhip.api package instead
*/
@Deprecated
public interface Command {
public Action getAction();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy