Class ModificationResponseEvent<I extends OwsServiceRequest,​O extends OwsServiceResponse>

  • Type Parameters:
    I - the request type
    O - the response type
    All Implemented Interfaces:
    Event

    public abstract class ModificationResponseEvent<I extends OwsServiceRequest,​O extends OwsServiceResponse>
    extends ResponseEvent
    implements Event
    Abstract event that should be fired if a successful request changed the contents of this service, e.g in the implemented RequestOperator
    Since:
    1.0.0
    • Constructor Detail

      • ModificationResponseEvent

        public ModificationResponseEvent​(I request,
                                         O response)