package josx.platform.rcx; /** * Interface for calling calling lejos listeners. */ public interface ListenerCaller { void callListeners(); }