picturedream.action
Class ProcessorItemListener
java.lang.Object
|
+--picturedream.action.ProcessorItemListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class ProcessorItemListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Title: PictureDream
Description:
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
- Version:
- 1.0
- Author:
- MRoc mail@mroc.de
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ivPicture
protected IPicture ivPicture
ivPreviewPicture
protected IPicture ivPreviewPicture
ivName
protected java.lang.String ivName
ivProcessorClass
protected java.lang.Class ivProcessorClass
ProcessorItemListener
public ProcessorItemListener(IPicture p,
IPicture preview,
java.lang.String name,
java.lang.Class procClass)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent anEvent)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener