public class JDIAdapter extends java.lang.Object implements JDIListener
Constructor and Description |
---|
JDIAdapter() |
Modifier and Type | Method and Description |
---|---|
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) |
public void accessWatchpoint(AccessWatchpointEventSet e)
accessWatchpoint
in interface JDIListener
public void classPrepare(ClassPrepareEventSet e)
classPrepare
in interface JDIListener
public void classUnload(ClassUnloadEventSet e)
classUnload
in interface JDIListener
public void exception(ExceptionEventSet e)
exception
in interface JDIListener
public void locationTrigger(LocationTriggerEventSet e)
locationTrigger
in interface JDIListener
public void modificationWatchpoint(ModificationWatchpointEventSet e)
modificationWatchpoint
in interface JDIListener
public void threadDeath(ThreadDeathEventSet e)
threadDeath
in interface JDIListener
public void threadStart(ThreadStartEventSet e)
threadStart
in interface JDIListener
public void vmDeath(VMDeathEventSet e)
vmDeath
in interface JDIListener
public void vmDisconnect(VMDisconnectEventSet e)
vmDisconnect
in interface JDIListener
public void vmStart(VMStartEventSet e)
vmStart
in interface JDIListener