source: java/main/src/main/java/com/framsticks/communication/ResponseCallback.java @ 77

Last change on this file since 77 was 77, checked in by psniegowski, 11 years ago

Add new java codebase.

File size: 225 bytes
Line 
1package com.framsticks.communication;
2
3import com.framsticks.params.SourceInterface;
4
5import java.util.List;
6
7/**
8 * @author Piotr Sniegowski
9 */
10public interface ResponseCallback {
11        public void process(Response response);
12}
Note: See TracBrowser for help on using the repository browser.