declare namespace javax { namespace swing { namespace JViewport { /** * A listener for the view. *

* Warning: * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is * appropriate for short term storage or RMI between applications running * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans™ * has been added to the java.beans package. * Please see {@link java.beans.XMLEncoder}. */ // @ts-ignore class ViewListener extends java.awt.event.ComponentAdapter implements java.io.Serializable { // @ts-ignore constructor() // @ts-ignore public componentResized(e: java.awt.event.ComponentEvent): void } } } }