T
- the generic type of the CyEvent.public interface CyEvent<T>
Module: event-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>event-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Class<?> |
getListenerClass()
The Class of the listener that is expected to handle this event.
|
T |
getSource()
The object that fired the event.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.