Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.runner
Class DebuggerStartAdapter

java.lang.Object
  extended by oracle.ide.runner.DebuggerStartAdapter
All Implemented Interfaces:
DebuggerStartCallback

public class DebuggerStartAdapter
extends java.lang.Object
implements DebuggerStartCallback

This API should not be used by extension developers. It is currently unsupported
An interface for people who are starting debugging processes


Constructor Summary
DebuggerStartAdapter()
           
 
Method Summary
 boolean readyToStart()
          Signal the client that the debugger needs to start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggerStartAdapter

public DebuggerStartAdapter()
Method Detail

readyToStart

public boolean readyToStart()
Description copied from interface: DebuggerStartCallback
Signal the client that the debugger needs to start

Specified by:
readyToStart in interface DebuggerStartCallback
Returns:
false if the client need to aborts this process

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.