com.zipwhip.api.signals.commands.SerializingCommand Maven / Gradle / Ivy
package com.zipwhip.api.signals.commands;
/**
* Created by IntelliJ IDEA.
* User: jed
* Date: 8/25/11
* Time: 2:04 PM
*
* Base class for SignalServer commands that are bidirectional.
*
*/
public abstract class SerializingCommand extends Command implements CommandSerializer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy