|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TablePrivacyChangedListener
Listener interface for handling 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>
Method Summary | |
---|---|
void |
handleEvent(TablePrivacyChangedEvent e)
Handler method for TablePrivacyChangedListener . |
Method Detail |
---|
void handleEvent(TablePrivacyChangedEvent e)
TablePrivacyChangedListener
.
e
- the fired event of type TablePrivacyChangedEvent
.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |