Mathieu Bastian
unread,Oct 4, 2015, 11:15:51 AM10/4/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geph...@lists.gephi.org
Hi all,
Some new changes in the Graph API. The event management system has been
improved:
"Graph API event management improvements. The GraphEvent has now precise
events, including ADD_NODES, REMOVE_NODES, ADD_EDGES, REMOVE_EDGES and
VISIBLE_VIEW. A new GraphEventData interface has been created to retrieve
elements related to the events."
It is therefore now possible to listen all graph modifications. This was
needed for the Graph Streaming GSOC project, among other needs.
Mathieu