spin.off
Class DialogDispatcherFactory
java.lang.Object
spin.off.DialogDispatcherFactory
- DispatcherFactory
public abstract class DialogDispatcherFactory
extends java.lang.Object
implements DispatcherFactory
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.
createDispatcher
public Dispatcher createDispatcher()
Create a dispatcher.
- dispatcher that does the actual dispatching
releaseDialog
protected abstract void releaseDialog(Dialog dialog)
Factory method to implement by subclasses to release a dialog.
dialog
- the dialog to release