package persister.distributed; import persister.Message; public interface CallbackCommunicator { public void receiveMessage(Message message); }
The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.
CallbackCommunicator.java ClientCommunicator.java ServerCommunicator.java