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

/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DEventSetDescriptor.java53 private boolean unicast; field in class:EventSetDescriptor
433 * Mark an event set as unicast (or not).
435 * @param unicast True if the event set is unicast.
437 public void setUnicast(boolean unicast) { argument
438 this.unicast = unicast;
443 * exceptions that are strictly unicast.
445 * @return {@code true} if the event set is unicast.
449 return unicast;
[all...]

Completed in 46 milliseconds