GraphLab Project

graphlab.samples.ui.texteditor.myplugin.actions
Class ExitAction

java.lang.Object
  extended by graphlab.samples.ui.texteditor.myplugin.actions.ExitAction
All Implemented Interfaces:
BasicExtension, UIActionExtension

public class ExitAction
extends java.lang.Object
implements UIActionExtension


Constructor Summary
ExitAction()
           
 
Method Summary
 void actionPerformed(BlackBoard blackBoard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitAction

public ExitAction()
Method Detail

actionPerformed

public void actionPerformed(BlackBoard blackBoard)
Specified by:
actionPerformed in interface UIActionExtension

GraphLab Project