"

2013 FRC Java API

"

com.sun.squawk.debugger
Class EventManager.MatchedRequests

java.lang.Object
  extended by com.sun.squawk.debugger.EventManager.MatchedRequests
Enclosing class:
EventManager

public static class EventManager.MatchedRequests
extends Object

Summary of the requests that matched given event.


Field Summary
 Vector requests
           
 int suspendPolicy
           
 boolean vmDeath
           
 
Constructor Summary
EventManager.MatchedRequests(Vector requests, boolean vmDeath, int suspendPolicy)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requests

public final Vector requests

vmDeath

public final boolean vmDeath

suspendPolicy

public final int suspendPolicy
Constructor Detail

EventManager.MatchedRequests

public EventManager.MatchedRequests(Vector requests,
                                    boolean vmDeath,
                                    int suspendPolicy)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"