package hu.ppke.itk.itkStock.nio.protocol; /** * Command for the notification of clients by the server about the price change. */ public class NotifyWatcherClientCommand extends AbstractProtocolCommandWorker { @Override public ProtocolMessage response(ProtocolMessage msg) { // TODO ide mit kéne írni? return null; } }