public interface

SpecListener

implements EventListener
com.sun.tools.example.debug.bdi.SpecListener

Summary

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

Public Methods

public abstract void breakpointDeferred (SpecEvent e)

public abstract void breakpointDeleted (SpecEvent e)

public abstract void breakpointError (SpecErrorEvent e)

public abstract void breakpointResolved (SpecEvent e)

public abstract void breakpointSet (SpecEvent e)

public abstract void exceptionInterceptDeferred (SpecEvent e)

public abstract void exceptionInterceptDeleted (SpecEvent e)

public abstract void exceptionInterceptError (SpecErrorEvent e)

public abstract void exceptionInterceptResolved (SpecEvent e)

public abstract void exceptionInterceptSet (SpecEvent e)

public abstract void watchpointDeferred (SpecEvent e)

public abstract void watchpointDeleted (SpecEvent e)

public abstract void watchpointError (SpecErrorEvent e)

public abstract void watchpointResolved (SpecEvent e)

public abstract void watchpointSet (SpecEvent e)