Class SubscriptionSet.Entry

java.lang.Object
com.illumon.util.datastructures.SubscriptionSet.Entry
Enclosing class:
SubscriptionSet<LISTENER_TYPE>

public class SubscriptionSet.Entry
extends Object
Subscription entry, allowing state associated with a listener.
  • Method Details

    • activate

      public void activate()
      Activate this subscription entry. Must hold the lock on the enclosing subscription set.