com.servoy.j2db.dataui
Interface IServoyAwareVisibilityBean
- All Superinterfaces:
- IDisplay, IServoyAwareBean
public interface IServoyAwareVisibilityBean
- extends IServoyAwareBean
Implementing this interface instead of the IServoyAwareBean gives you an extra method
that will be called when the visibility changes.
- Since:
- 5.0
|
Method Summary |
void |
notifyVisible(boolean visible)
Called when the visibility changes for this bean. |
notifyVisible
void notifyVisible(boolean visible)
- Called when the visibility changes for this bean.
- Parameters:
visible -