|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the generic type of the CyEvent.public interface CyEvent<T>
All Cytoscape events should extend this interface. An implementing event can add additional methods to provide access to information relevant to that specific event.
Method Summary | |
---|---|
Class<?> |
getListenerClass()
The Class of the listener that is expected to handle this event. |
T |
getSource()
The object that fired the event. |
Method Detail |
---|
T getSource()
Class<?> getListenerClass()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |