BEAST
eu.baltrad.beast.admin.CommandResponse Interface Reference

The interface for any response from a command. More...

Inheritance diagram for eu.baltrad.beast.admin.CommandResponse:
eu.baltrad.beast.admin.command_response.CommandResponseJsonObject eu.baltrad.beast.admin.command_response.CommandResponseStatus eu.baltrad.beast.admin.command_response.SettingCommandResponse

Public Member Functions

boolean wasSuccessful ()
 If command has been processed successfully this should be returning true, otherwise false.
 

Detailed Description

The interface for any response from a command.

Author
anders

Member Function Documentation

◆ wasSuccessful()

boolean eu.baltrad.beast.admin.CommandResponse.wasSuccessful ( )

If command has been processed successfully this should be returning true, otherwise false.

Returns
true on success

Implemented in eu.baltrad.beast.admin.command_response.CommandResponseJsonObject, eu.baltrad.beast.admin.command_response.CommandResponseStatus, and eu.baltrad.beast.admin.command_response.SettingCommandResponse.


The documentation for this interface was generated from the following file: