Uses of Class
org.cytoscape.session.events.SessionAboutToBeLoadedEvent
Packages that use SessionAboutToBeLoadedEvent
Package
Description
This package contains the interfaces and classes necessary to capturing,
session change events.
-
Uses of SessionAboutToBeLoadedEvent in org.cytoscape.session.events
Methods in org.cytoscape.session.events with parameters of type SessionAboutToBeLoadedEventModifier and TypeMethodDescriptionvoid
SessionAboutToBeLoadedListener.handleEvent(SessionAboutToBeLoadedEvent e)
Processes theSessionAboutToBeLoadedEvent
when it is fired.