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

Field Summary
protected  java.lang.String ivName
           
protected  IPicture ivPicture
           
protected  IPicture ivPreviewPicture
           
protected  java.lang.Class ivProcessorClass
           
 
Constructor Summary
ProcessorItemListener(IPicture p, IPicture preview, java.lang.String name, java.lang.Class procClass)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent anEvent)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ivPicture

protected IPicture ivPicture

ivPreviewPicture

protected IPicture ivPreviewPicture

ivName

protected java.lang.String ivName

ivProcessorClass

protected java.lang.Class ivProcessorClass
Constructor Detail

ProcessorItemListener

public ProcessorItemListener(IPicture p,
                             IPicture preview,
                             java.lang.String name,
                             java.lang.Class procClass)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent anEvent)
Specified by:
actionPerformed in interface java.awt.event.ActionListener