}
});
}
public void matchCancelled(final MatchCancelledEvent event) {
delegate.activationCancelled(new ActivationCancelledEvent() {
public ActivationCancelledCause getCause() {
switch (event.getCause()) {
case CLEAR:
return ActivationCancelledCause.CLEAR;
case FILTER: