Package com.caplin.streamlink
Interface CommandResultEvent
-
- All Known Subinterfaces:
CommandErrorEvent
public interface CommandResultEvent
Provides result information for commands.
The
CommandResultEvent
will be provided on callbacks to aCommandResultListener
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getPayload()
Returns the payload of the event.
-