"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.Debugger.Event

Packages that use Debugger.Event
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.debugger   
com.sun.squawk.debugger.sda The classes that implement the Squawk VM side of the SDWP. 
 

Uses of Debugger.Event in com.sun.squawk
 

Subclasses of Debugger.Event in com.sun.squawk
static class Debugger.BreakpointEvent
           
static class Debugger.ExceptionEvent
           
static class Debugger.LocationEvent
          A LocationEvent includes extra detail about the location (method and instruction offset) at which an event occurred.
static class Debugger.SingleStepEvent
           
 

Methods in com.sun.squawk with parameters of type Debugger.Event
abstract  void Debugger.notifyEvent(Debugger.Event event)
          Notifies this debugger when an event it may be interested in occurs.
 

Uses of Debugger.Event in com.sun.squawk.debugger
 

Methods in com.sun.squawk.debugger with parameters of type Debugger.Event
 void EventManager.consumeEvent(Debugger.Event event)
          Consumes an event from an event producer.
 void EventNotifier.Consumer.consumeEvent(Debugger.Event event)
          Consumes an event.
 boolean EventRequestModifier.Matcher.matches(EventRequestModifier.ClassMatch modifier, Debugger.Event event)
           
 boolean EventRequestModifier.Matcher.matches(EventRequestModifier.ClassOnly modifier, Debugger.Event event)
           
 boolean EventRequestModifier.Matcher.matches(EventRequestModifier.ExceptionOnly modifier, Debugger.Event event)
           
 boolean EventRequestModifier.Matcher.matches(EventRequestModifier.LocationOnly modifier, Debugger.Event event)
           
abstract  boolean EventRequestModifier.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.Count.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ClassOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ClassMatch.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.LocationOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ExceptionOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.ThreadOnly.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequestModifier.Step.matches(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if this modifier matches the event currently being processed by an event manager.
 boolean EventRequest.matchModifiers(EventRequestModifier.Matcher matcher, Debugger.Event event)
          Determines if all the modifiers of this request match a given event.
 EventManager.MatchedRequests EventManager.matchRequests(Debugger.Event event)
          Finds the registered requests that match a given event.
 void EventManager.produceEvent(Debugger.Event event)
           
 void EventNotifier.produceEvent(Debugger.Event evt, EventNotifier.Consumer consumer)
          Called by an event producer to notify a waiting consumer of an event.
abstract  void EventManager.send(Debugger.Event event, EventManager.MatchedRequests mr)
           
 

Uses of Debugger.Event in com.sun.squawk.debugger.sda
 

Methods in com.sun.squawk.debugger.sda with parameters of type Debugger.Event
 void SDA.notifyEvent(Debugger.Event event)
          Notifies this debugger when an event it may be interested in occurs.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"