Listener for MockService-events. MockServiceListener left untouched for backward compatibility reasons. Listeners implementing only MockServiceListener will not be able to listen for other types than HTTP MockServices. Listeners implementing this interface will get the callback for the add/remove methods taking GenericMockResponse. The add/remove methods taking MockResponse will not be called.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
mockResponseAdded(GenericMockResponse request) |
|
void |
mockResponseRemoved(GenericMockResponse request) |
Methods inherited from class | Name |
---|---|
interface MockServiceListener |
mockOperationAdded, mockOperationRemoved, mockResponseAdded, mockResponseRemoved |