Class ValidateComponentNesting

    • Constructor Detail

      • ValidateComponentNesting

        public ValidateComponentNesting()
    • Method Detail

      • isListenerForSource

        public boolean isListenerForSource​(Object source)
        Description copied from interface: SystemEventListener

        This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.

        Specified by:
        isListenerForSource in interface SystemEventListener
        Parameters:
        source - the source that is inquiring about the appropriateness of sending an event to this listener instance.
        Returns:
        the value as specified above