This package extends the standard java 1.0.2 awt package event handling to provide a callback mechanism for invoking user defined methods. This allows for a clean separation between the application functionality and its graphical user interface, i.e, no need to subclass awt components in order to invoke application code. Also factors out the monolithic case statement event handler in an application's windows. Uses the sysExt package to implement the callback functionality. |