package com.kermel.andromeda.engine.mock; public class BaseMockSubscriber { protected boolean notificationReceived; public boolean isNotificationReceived() { return notificationReceived; } }