[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Question about Tool event listener
Page 1 of 1

Question about Tool event listener

Posted: 15 Nov 2014 22:13
by uclatommy
I have a plugin controller which is declared

Code: Select all

public class PluginController implements Tool
I have a ToolEventListener that listens to node click events in the visualization window. Can I also add a listener that can listen to events in the data lab? For example, if I click a row in the data lab that represents a node, the PluginController will do something.
How could I achieve this?

Thanks for any help.

Thomas