Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.runner
Class DebugStartAdapter

java.lang.Object
  extended by oracle.ide.runner.DebugStartAdapter

All Implemented Interfaces:
DebuggerStartCallback

public class DebugStartAdapter
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
DebugStartAdapter()
           

 

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

DebugStartAdapter

public DebugStartAdapter()

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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