GraphLab Project

graphlab.plugins.main.core.actions
Class MiddleClickAction

java.lang.Object
  extended by graphlab.plugins.main.core.actions.MiddleClickAction
All Implemented Interfaces:
Listener, BasicExtension

public class MiddleClickAction
extends java.lang.Object
implements BasicExtension, Listener

Author:
Azin Azadi

Constructor Summary
MiddleClickAction(BlackBoard b)
           
 
Method Summary
 void keyChanged(java.lang.String key, java.lang.Object value)
          Event occured, Go and call the listeners to do the Job
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiddleClickAction

public MiddleClickAction(BlackBoard b)
Method Detail

keyChanged

public void keyChanged(java.lang.String key,
                       java.lang.Object value)
Description copied from interface: Listener
Event occured, Go and call the listeners to do the Job

Specified by:
keyChanged in interface Listener

GraphLab Project