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

/openjdk7/jdk/src/share/classes/java/beans/
H A DEventSetDescriptor.java50 private boolean unicast; field in class:EventSetDescriptor
416 * Mark an event set as unicast (or not).
418 * @param unicast True if the event set is unicast.
420 public void setUnicast(boolean unicast) { argument
421 this.unicast = unicast;
426 * exceptions that are strictly unicast.
428 * @return <TT>true</TT> if the event set is unicast.
432 return unicast;
[all...]

Completed in 30 milliseconds