public final class TablePrivacyChangedEvent extends AbstractCyEvent<CyTable>
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>model-api</artifactId>
</dependency>| Constructor and Description | 
|---|
| TablePrivacyChangedEvent(CyTable source)Constructor method for TablePrivacyChangedEvent. | 
public TablePrivacyChangedEvent(CyTable source)
source - the CyTable that the privacy is updated for.Copyright 2011 Cytoscape Consortium. All rights reserved.