Interface IServiceResult

All Known Implementing Classes:
ServiceResult

public interface IServiceResult
This interface describes the result of a service/service call.
Since:
7.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return the resulting event of the service call.
  • Method Details

    • getEvent

      String getEvent()
      This method should return the resulting event of the service call.
      Returns:
      The event, may be null.