Class BorderListener.Adapter

  • All Implemented Interfaces:
    BorderListener
    Enclosing interface:
    BorderListener

    @Deprecated
    public static class BorderListener.Adapter
    extends java.lang.Object
    implements BorderListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Border listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • titleChanged

        public void titleChanged​(Border border,
                                 java.lang.String previousTitle)
        Deprecated.
        Description copied from interface: BorderListener
        Called when a border's title has changed.
        Specified by:
        titleChanged in interface BorderListener
        Parameters:
        border - The border component that has changed.
        previousTitle - The previous title for the border.
      • contentChanged

        public void contentChanged​(Border border,
                                   Component previousContent)
        Deprecated.
        Description copied from interface: BorderListener
        Called when a border's content component has changed.
        Specified by:
        contentChanged in interface BorderListener
        Parameters:
        border - The border that has changed.
        previousContent - The previous content of the border.