org.ros.android
Interface MessageCallable<T,S>

Type Parameters:
T - the return type
S - the message type
All Known Implementing Classes:
BitmapFromCompressedImage, BitmapFromImage

public interface MessageCallable<T,S>


Method Summary
 T call(S message)
           
 

Method Detail

call

T call(S message)