GraphLab Project

graphlab.ui.extension
Interface UIActionExtension

All Superinterfaces:
BasicExtension
All Known Implementing Classes:
AboutAction, ExitAction, NewAction, OpenAction, Report, SaveAction, ShowDocumentations, ShowWelcomePage

public interface UIActionExtension
extends BasicExtension


Method Summary
 void actionPerformed(BlackBoard blackBoard)
           
 

Method Detail

actionPerformed

void actionPerformed(BlackBoard blackBoard)

GraphLab Project