Uses of Class
com.uc4.api.TranslatedMessage
-
Packages that use TranslatedMessage Package Description com.uc4.communication -
-
Uses of TranslatedMessage in com.uc4.communication
Methods in com.uc4.communication that return TranslatedMessage Modifier and Type Method Description TranslatedMessage[]
ActivationProtocol. getMessages()
Returns messages of the activation protocol.Methods in com.uc4.communication with parameters of type TranslatedMessage Modifier and Type Method Description void
DefaultNotificationListener. activationMessages(int runNumner, UC4ObjectName task, TranslatedMessage[] messages)
void
INotificationListener. activationMessages(int runNumner, UC4ObjectName task, TranslatedMessage[] messages)
This method is called if there is an activation protocol for a task.
-