package com.codecademy.eventhub.base; public interface KeyValueCallback { void callback(String key, String value); }