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 TypeInterfaceDescriptioninterface
ExtendedBasePaneListener
forWindow
that exposes additional events that are specific to windowsClasses in com.googlecode.lanterna.gui2 that implement BasePaneListenerModifier and TypeClassDescriptionclass
Adapter class forWindowListener
to 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.listeners
Methods 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 void
AbstractBasePane.addBasePaneListener
(BasePaneListener<T> basePaneListener) protected void
AbstractBasePane.removeBasePaneListener
(BasePaneListener<T> basePaneListener)