Go to the documentation of this file.00001
00009 package org.rosbuilding.common.media;
00010
00011 import smarthome_media_msgs.MediaGetItemRequest;
00012 import smarthome_media_msgs.MediaGetItemResponse;
00013 import smarthome_media_msgs.MediaGetItemsRequest;
00014 import smarthome_media_msgs.MediaGetItemsResponse;
00015
00021 public interface ILibrary {
00027 void handleMediaGetItem(MediaGetItemRequest request,
00028 MediaGetItemResponse response);
00034 void handleMediaGetItems(MediaGetItemsRequest request,
00035 MediaGetItemsResponse response);
00036 }