FreeHEP API
Version current

org.freehep.postscript
Interface DebuggerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Processor

public interface DebuggerListener
extends EventListener

Source Code:
DebuggerListener.java

Method Summary
 void go()
          Proceeds to end
 void reset()
          Resets
 boolean step()
          Executes one step
 

Method Detail

reset

public void reset()
           throws IOException
Resets

Throws:
IOException

step

public boolean step()
             throws IOException
Executes one step

Returns:
true if more steps can be taken
Throws:
IOException

go

public void go()
        throws IOException
Proceeds to end

Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.