|
|
@ -58,6 +58,8 @@ public abstract class BusEvent<HANDLER> { |
|
|
|
throw new UnsupportedOperationException("Not consumable."); |
|
|
|
throw new UnsupportedOperationException("Not consumable."); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(new Throwable()).printStackTrace(); |
|
|
|
|
|
|
|
|
|
|
|
consumed = true; |
|
|
|
consumed = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|