Class TSubscriber


  • public final class TSubscriber
    extends java.lang.Object
    An object which creates a mapping between an event type with a subscriber.
    Author:
    kong
    • Method Detail

      • isType

        public boolean isType​(TEvent type)
        Parameters:
        type - the comparison event value
        Returns:
        Return true if they are equal, false otherwise