morey.spore
Class PSListener

java.lang.Object
  |
  +--morey.spore.PSListener

public class PSListener
extends java.lang.Object
implements SporeListener

a Postscript listener to output the results of the Processor.

Here is a link to the source code

See Also:
SporeListener

Fields inherited from interface morey.spore.SporeListener
TYPE
 
Constructor Summary
PSListener()
           
 
Method Summary
 void begin()
           
 void end()
           
 void handleAction(SporeEventObject se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSListener

public PSListener()
Method Detail

handleAction

public void handleAction(SporeEventObject se)
Specified by:
handleAction in interface SporeListener

begin

public void begin()

end

public void end()