T - the generic type of the CyEvent.public interface CyEvent<T>
| 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 Cytoscape Consortium. All rights reserved.