Class VisibilityProviderBase
java.lang.Object
dev.webfx.platform.visibility.spi.impl.VisibilityProviderBase
- All Implemented Interfaces:
VisibilityProvider
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addVisibilityListener
(VisibilityListener listener) protected void
void
removeVisibilityListener
(VisibilityListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.platform.visibility.spi.VisibilityProvider
getVisibilityState
-
Constructor Details
-
VisibilityProviderBase
public VisibilityProviderBase()
-
-
Method Details
-
addVisibilityListener
- Specified by:
addVisibilityListener
in interfaceVisibilityProvider
-
removeVisibilityListener
- Specified by:
removeVisibilityListener
in interfaceVisibilityProvider
-
fireVisibilityChanged
protected void fireVisibilityChanged()
-