// This software has been placed in the public domain by its author package sim; public interface EventTarget { public void handleEvent (int code, Object data); }