Class MapListenerProxy.FilterInfo

  • Enclosing class:
    MapListenerProxy

    protected static class MapListenerProxy.FilterInfo
    extends Object
    A holder for filter information.
    • Field Detail

      • f_lId

        protected final long f_lId
        The filter identifier.
      • f_fLite

        protected final boolean f_fLite
        A flag indicating whether the filter was registered for lite events.
    • Constructor Detail

      • FilterInfo

        protected FilterInfo​(long lId,
                             boolean fLite)
        Constructs a new FilterInfo instance.
        Parameters:
        lId - the filter identifier
        fLite - flag indicating whether the filter was registered for lite events
    • Method Detail

      • getId

        public long getId()
        Return the filter identifier.
        Returns:
        the filter identifier
      • isLite

        public boolean isLite()
        Return true if the filter was registered for lite events.
        Returns:
        true if the filter was registered for lite events