![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.cuf.ui.table.ColumnVisibilityChangeAdapter Maven / Gradle / Ivy
The newest version!
package net.sf.cuf.ui.table;
/**
* Dummy implementation of the listener interface for showing/hiding of table columns.
*
* @author Hendrik Wördehoff, sd&m AG
*/
public class ColumnVisibilityChangeAdapter
implements ColumnVisibilityChangeListener
{
/**
* Ignore that a table column was shown.
*
* @param pEvent information about the shown column
*/
public void columnShown(final ColumnVisibilityChangeEvent pEvent)
{
}
/**
* Ignore that a table column was hidden.
*
* @param pEvent information about the shown column
*/
public void columnHidden(final ColumnVisibilityChangeEvent pEvent)
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy