Searched refs:CLIENT_EVENT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java33 enum EventDestination {UNKNOWN_EVENT, INTERNAL_EVENT, CLIENT_EVENT}; enum constant in enum:EventDestination
141 return EventDestination.CLIENT_EVENT;
157 return EventDestination.CLIENT_EVENT;
648 case CLIENT_EVENT:

Completed in 204 milliseconds