package com.erakk.lnreader.callback; public interface ICallbackEventData { String getMessage(); int getPercentage(); String getSource(); }