public abstract class AbstractVisibilityProvider extends java.lang.Object implements VisibilityProvider
VisibilityProvider.Listener| Constructor and Description |
|---|
AbstractVisibilityProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(VisibilityProvider.Listener listener) |
protected void |
fireChange(boolean state)
Fire visibility change
|
void |
removeListener(VisibilityProvider.Listener listener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisposeprotected void fireChange(boolean state)
The change will only be fired if the state really changed.
state - the new statepublic void addListener(VisibilityProvider.Listener listener)
addListener in interface VisibilityProviderpublic void removeListener(VisibilityProvider.Listener listener)
removeListener in interface VisibilityProvider
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0