Uses of Interface
com.googlecode.lanterna.gui2.BasePaneListener
Packages that use BasePaneListener
-
Uses of BasePaneListener in com.googlecode.lanterna.gui2
Subinterfaces of BasePaneListener in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterfaceExtendedBasePaneListenerforWindowthat exposes additional events that are specific to windowsClasses in com.googlecode.lanterna.gui2 that implement BasePaneListenerModifier and TypeClassDescriptionclassAdapter class forWindowListenerto make it easier to create listeners without having to implement every interface method.Fields in com.googlecode.lanterna.gui2 with type parameters of type BasePaneListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList<BasePaneListener<T>> AbstractBasePane.listenersMethods in com.googlecode.lanterna.gui2 that return types with arguments of type BasePaneListenerModifier and TypeMethodDescriptionprotected List<BasePaneListener<T>> AbstractBasePane.getBasePaneListeners()Methods in com.googlecode.lanterna.gui2 with parameters of type BasePaneListenerModifier and TypeMethodDescriptionprotected voidAbstractBasePane.addBasePaneListener(BasePaneListener<T> basePaneListener) protected voidAbstractBasePane.removeBasePaneListener(BasePaneListener<T> basePaneListener)