public interface TablePrivacyChangedListener extends CyListener
TablePrivacyChangedEvent.
This interface can be implemented by the classes effected by setting
a table public or private.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>| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(TablePrivacyChangedEvent e)
Handler method for
TablePrivacyChangedListener. |
void handleEvent(TablePrivacyChangedEvent e)
TablePrivacyChangedListener.e - the fired event of type TablePrivacyChangedEvent.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.