|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.debugger.EventManager.MatchedRequests
public static class EventManager.MatchedRequests
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 |
|---|
public final Vector requests
public final boolean vmDeath
public final int suspendPolicy
| Constructor Detail |
|---|
public EventManager.MatchedRequests(Vector requests,
boolean vmDeath,
int suspendPolicy)
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||