spin.off
Class DialogDispatcherFactory
java.lang.Object
spin.off.DialogDispatcherFactory
- DispatcherFactory
public abstract class DialogDispatcherFactory
extends java.lang.Object
Abstract base class for factories that dispatch events with
java.awt.Dialog
s. Shows how events can be dispatched with
standard AWT.
protected abstract Dialog | aquireDialog() - Factory method to implement by subclasses to aquire a dialog.
|
Dispatcher | createDispatcher() - Create a dispatcher.
|
protected abstract void | releaseDialog(Dialog dialog) - Factory method to implement by subclasses to release a dialog.
|
aquireDialog
protected abstract Dialog aquireDialog()
Factory method to implement by subclasses to aquire a dialog.
releaseDialog
protected abstract void releaseDialog(Dialog dialog)
Factory method to implement by subclasses to release a dialog.