package com.lody.virtual.client.interfaces; /** * @author Lody */ public interface IEventHandler { void reportError(String error); }