Skip navigation links 
 
oracle.jbo.script.debug.client.event
Class JDIAdapter
java.lang.Object
  
oracle.jbo.script.debug.client.event.JDIAdapter
- All Implemented Interfaces:
 
- java.util.EventListener, JDIListener
 
- 
public class JDIAdapter
 
- extends java.lang.Object
 
- implements JDIListener
 
The adapter which receives JDI event sets. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JDIAdapter
public JDIAdapter()
accessWatchpoint
public void accessWatchpoint(AccessWatchpointEventSet e)
- 
- Specified by:
 
accessWatchpoint in interface JDIListener 
 
classPrepare
public void classPrepare(ClassPrepareEventSet e)
- 
- Specified by:
 
classPrepare in interface JDIListener 
 
classUnload
public void classUnload(ClassUnloadEventSet e)
- 
- Specified by:
 
classUnload in interface JDIListener 
 
exception
public void exception(ExceptionEventSet e)
- 
- Specified by:
 
exception in interface JDIListener 
 
locationTrigger
public void locationTrigger(LocationTriggerEventSet e)
- 
- Specified by:
 
locationTrigger in interface JDIListener 
 
modificationWatchpoint
public void modificationWatchpoint(ModificationWatchpointEventSet e)
- 
- Specified by:
 
modificationWatchpoint in interface JDIListener 
 
threadDeath
public void threadDeath(ThreadDeathEventSet e)
- 
- Specified by:
 
threadDeath in interface JDIListener 
 
threadStart
public void threadStart(ThreadStartEventSet e)
- 
- Specified by:
 
threadStart in interface JDIListener 
 
vmDeath
public void vmDeath(VMDeathEventSet e)
- 
- Specified by:
 
vmDeath in interface JDIListener 
 
vmDisconnect
public void vmDisconnect(VMDisconnectEventSet e)
- 
- Specified by:
 
vmDisconnect in interface JDIListener 
 
vmStart
public void vmStart(VMStartEventSet e)
- 
- Specified by:
 
vmStart in interface JDIListener 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.