org.freehep.postscript
Interface DebuggerListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Processor

public interface DebuggerListener
extends EventListener


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

Method Detail

reset

void reset()
           throws IOException
Resets

Throws:
IOException

step

boolean step()
             throws IOException
Executes one step

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

go

void go()
        throws IOException
Proceeds to end

Throws:
IOException


Copyright © 2000-2006 FreeHEP. All Rights Reserved.