Class ConnectoidsImpl<T extends Connectoid>

    • Constructor Detail

      • ConnectoidsImpl

        public ConnectoidsImpl​(IdGroupingToken groupId)
        Constructor
        Parameters:
        groupId - to use for creating ids for instances
      • ConnectoidsImpl

        public ConnectoidsImpl​(ConnectoidsImpl<T> connectoidsImpl)
        Copy constructor
        Parameters:
        connectoidsImpl - to copy
    • Method Detail

      • updateConnectoidAccessZoneIdReferences

        protected void updateConnectoidAccessZoneIdReferences()
        update the references to all access zones for all connectoids
      • getKnownSupportedEventTypes

        public EventType[] getKnownSupportedEventTypes()
        Collect explicitly supported event types that are known. When not defined the user has to explicitly provide them upon registering the listener on an event producer, otherwise they can be extracted from here
        Specified by:
        getKnownSupportedEventTypes in interface EventListener
        Returns:
        the supported event types