Package org.pietschy.command.interceptor

Interface Summary
GlassPaneHandler GlassPaneHanders are used by the ModalInterceptor to configure the glasspane while a long running process is in progress.
 

Class Summary
CustomComponentGlassPaneHandler DefaultGlassPaneHander is an implementation of GlassPaneHandler that simply displays the wait cursor and beeps when ever the user clicks.
DefaultGlassPaneHandler DefaultGlassPaneHander is an implementation of GlassPaneHandler that simply displays the wait cursor and beeps when ever the user clicks.
GlassPaneInterceptor GlassPaneInterceptor provides a simple interceptor that activates the glass pane before a command executes and deactivates it afterward.