Upgrade to Event Bus 1.0.0 #112
Reference in New Issue
Block a user
No description provided.
Delete Branch "event-bus-1.0.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
👍
@@ -20,6 +20,7 @@ import envoy.client.event.*;import envoy.client.helper.ShutdownHelper;import envoy.client.util.*;?
@@ -11,3 +9,3 @@* @since Envoy Common v0.2-alpha*/public final class IDGenerator implements IEvent, Serializable {public final class IDGenerator implements Serializable {Wait, you can send anything now using event bus?
That's right. Every object can be an event and / or an event listener.
5f751526d7to5ef5d96445