/**
  * Disables the guard for selection. Returns true if the event was ready.
  * <P>
  * <I>Note: this method should only be called by the Alternative class</I>
  *
  * @return true if and only if the event was ready
  */
 Boolean disable()
 {
     return(altingChannel.disable());
 }
Example #2
0
 /**
  * Disables the guard for selection. Returns true if the event was ready.
  * <P>
  * <I>Note: this method should only be called by the Alternative class</I>
  *
  * @return true if and only if the event was ready
  */
 public override Boolean disable()
 {
     return(channel.disable());
 }