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 a CommandResultListener
.
-
Method Summary
-
Method Details
-
getPayload
Object getPayload()Returns the payload of the event.
- Returns:
- The payload.
-