org.lsst.ccs.bus
Interface CommandListener


public interface CommandListener

Interface to receive commands, implemented by subsystems

Author:
aubourg

Method Summary
 void onAck(org.lsst.ccs.bus.CommandAck a)
           
 void onCommand(org.lsst.ccs.bus.Command m)
           
 void onReply(org.lsst.ccs.bus.CommandReply r)
           
 

Method Detail

onCommand

void onCommand(org.lsst.ccs.bus.Command m)

onReply

void onReply(org.lsst.ccs.bus.CommandReply r)

onAck

void onAck(org.lsst.ccs.bus.CommandAck a)


Copyright © 2013 LSST. All Rights Reserved.