public class

JDIAdapter

extends Object
implements JDIListener
java.lang.Object
   ↳ com.sun.tools.example.debug.event.JDIAdapter

Class Overview

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.

Summary

Public Constructors
JDIAdapter()
Public Methods
void accessWatchpoint(AccessWatchpointEventSet e)
void classPrepare(ClassPrepareEventSet e)
void classUnload(ClassUnloadEventSet e)
void exception(ExceptionEventSet e)
void locationTrigger(LocationTriggerEventSet e)
void modificationWatchpoint(ModificationWatchpointEventSet e)
void threadDeath(ThreadDeathEventSet e)
void threadStart(ThreadStartEventSet e)
void vmDeath(VMDeathEventSet e)
void vmDisconnect(VMDisconnectEventSet e)
void vmStart(VMStartEventSet e)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sun.tools.example.debug.event.JDIListener

Public Constructors

public JDIAdapter ()

Public Methods

public void accessWatchpoint (AccessWatchpointEventSet e)

public void classPrepare (ClassPrepareEventSet e)

public void classUnload (ClassUnloadEventSet e)

public void exception (ExceptionEventSet e)

public void locationTrigger (LocationTriggerEventSet e)

public void modificationWatchpoint (ModificationWatchpointEventSet e)

public void threadDeath (ThreadDeathEventSet e)

public void threadStart (ThreadStartEventSet e)

public void vmDeath (VMDeathEventSet e)

public void vmDisconnect (VMDisconnectEventSet e)

public void vmStart (VMStartEventSet e)