Uses of Interface
de.espirit.firstspirit.client.gui.applications.TabListener
Packages that use TabListener
Package
Description
Provides interfaces and types to control the java client application area.
-
Uses of TabListener in de.espirit.firstspirit.client.gui.applications
Classes in de.espirit.firstspirit.client.gui.applications that implement TabListenerModifier and TypeClassDescriptionstatic class
An abstract adapter class for receiving tablistener events.Methods in de.espirit.firstspirit.client.gui.applications with parameters of type TabListenerModifier and TypeMethodDescriptionvoid
ApplicationTab.addTabListener
(@NotNull TabListener listener) Adds the givenlistener
.void
ApplicationTab.removeTabListener
(@NotNull TabListener listener) Removes the givenlistener
.