Interface UsbStickBasisResponseInterface
-
public interface UsbStickBasisResponseInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLog(String message)Add log message.SelectedCargetSelectedCarModel()voidpublishPomRepeat(int pomRepeat)Publish the POM repeat value.voidpublishProductName(String productName)Publish the product name.voidpublishReponse(org.bidib.jbidibc.messages.message.BidibMessageInterface bidibMessage)Publish the response.
-
-
-
Method Detail
-
addLog
void addLog(String message)
Add log message.- Parameters:
message- the log message
-
publishReponse
void publishReponse(org.bidib.jbidibc.messages.message.BidibMessageInterface bidibMessage)
Publish the response.- Parameters:
bidibMessage- the message
-
publishProductName
void publishProductName(String productName)
Publish the product name.- Parameters:
productName- the product name
-
getSelectedCarModel
SelectedCar getSelectedCarModel()
- Returns:
- the selected car model
-
publishPomRepeat
void publishPomRepeat(int pomRepeat)
Publish the POM repeat value.- Parameters:
pomRepeat- the pom repeat value
-
-