public class StaticVisibileProvider extends Object implements VisibilityProvider
VisibilityProvider.Listener
Modifier and Type | Field and Description |
---|---|
static StaticVisibileProvider |
INVISIBLE_INSTANCE
Provide an instance that is never visible
|
static StaticVisibileProvider |
VISIBLE_INSTANCE
Provide an instance that is always visible
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(VisibilityProvider.Listener listener) |
void |
dispose() |
void |
removeListener(VisibilityProvider.Listener listener) |
public static StaticVisibileProvider VISIBLE_INSTANCE
public static StaticVisibileProvider INVISIBLE_INSTANCE
public void addListener(VisibilityProvider.Listener listener)
addListener
in interface VisibilityProvider
public void removeListener(VisibilityProvider.Listener listener)
removeListener
in interface VisibilityProvider
public void dispose()
dispose
in interface VisibilityProvider
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.