Uses of Interface
com.googlecode.lanterna.gui2.BasePaneListener
-
Packages that use BasePaneListener Package Description com.googlecode.lanterna.gui2 -
-
Uses of BasePaneListener in com.googlecode.lanterna.gui2
Subinterfaces of BasePaneListener in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interface
WindowListener
ExtendedBasePaneListener
forWindow
that exposes additional events that are specific to windowsClasses in com.googlecode.lanterna.gui2 that implement BasePaneListener Modifier and Type Class Description class
WindowListenerAdapter
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 BasePaneListener Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<BasePaneListener<T>>
AbstractBasePane. listeners
Methods in com.googlecode.lanterna.gui2 that return types with arguments of type BasePaneListener Modifier and Type Method Description protected java.util.List<BasePaneListener<T>>
AbstractBasePane. getBasePaneListeners()
Methods in com.googlecode.lanterna.gui2 with parameters of type BasePaneListener Modifier and Type Method Description protected void
AbstractBasePane. addBasePaneListener(BasePaneListener<T> basePaneListener)
protected void
AbstractBasePane. removeBasePaneListener(BasePaneListener<T> basePaneListener)
-