Skip navigation links

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

E17493-03


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

Skip navigation links

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

E17493-03


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