Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.script.debug.client.bdi
Interface SpecListener

All Superinterfaces:
java.util.EventListener

public interface SpecListener
extends java.util.EventListener


Method Summary
 void breakpointDeferred(SpecEvent e)
           
 void breakpointDeleted(SpecEvent e)
           
 void breakpointError(SpecErrorEvent e)
           
 void breakpointResolved(SpecEvent e)
           
 void breakpointSet(SpecEvent e)
           
 void exceptionInterceptDeferred(SpecEvent e)
           
 void exceptionInterceptDeleted(SpecEvent e)
           
 void exceptionInterceptError(SpecErrorEvent e)
           
 void exceptionInterceptResolved(SpecEvent e)
           
 void exceptionInterceptSet(SpecEvent e)
           
 void watchpointDeferred(SpecEvent e)
           
 void watchpointDeleted(SpecEvent e)
           
 void watchpointError(SpecErrorEvent e)
           
 void watchpointResolved(SpecEvent e)
           
 void watchpointSet(SpecEvent e)
           
 

Method Detail

breakpointSet

void breakpointSet(SpecEvent e)

breakpointDeferred

void breakpointDeferred(SpecEvent e)

breakpointDeleted

void breakpointDeleted(SpecEvent e)

breakpointResolved

void breakpointResolved(SpecEvent e)

breakpointError

void breakpointError(SpecErrorEvent e)

watchpointSet

void watchpointSet(SpecEvent e)

watchpointDeferred

void watchpointDeferred(SpecEvent e)

watchpointDeleted

void watchpointDeleted(SpecEvent e)

watchpointResolved

void watchpointResolved(SpecEvent e)

watchpointError

void watchpointError(SpecErrorEvent e)

exceptionInterceptSet

void exceptionInterceptSet(SpecEvent e)

exceptionInterceptDeferred

void exceptionInterceptDeferred(SpecEvent e)

exceptionInterceptDeleted

void exceptionInterceptDeleted(SpecEvent e)

exceptionInterceptResolved

void exceptionInterceptResolved(SpecEvent e)

exceptionInterceptError

void exceptionInterceptError(SpecErrorEvent e)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

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