Searched defs:isHandled (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DApplicationEvent.java60 public boolean isHandled() { method in class:ApplicationEvent
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1281 boolean isHandled(Type exc, List<Type> handled) { method in class:Check
1292 if (!isHandled(l.head, handled)) unhandled = unhandled.prepend(l.head);

Completed in 57 milliseconds