public abstract class DialogDispatcherFactory extends Object implements DispatcherFactory
java.awt.Dialog
s. Shows how events can be dispatched with
standard AWT.Modifier and Type | Class and Description |
---|---|
protected class |
DialogDispatcherFactory.DialogDispatcher
Dispatcher with
Dialog . |
Constructor and Description |
---|
DialogDispatcherFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Dispatcher createDispatcher()
createDispatcher
in interface DispatcherFactory
protected abstract Dialog aquireDialog()
protected abstract void releaseDialog(Dialog dialog)
dialog
- the dialog to releaseCopyright © 2013. All rights reserved.