edu.rice.cs.drjava.ui
Interface RecentFileManager.RecentFileAction

Enclosing class:
RecentFileManager

public static interface RecentFileManager.RecentFileAction

This interface is to be implemented and passed to the manager upon creation. This action specifies what is performed when the user selects a file from the list


Method Summary
 void actionPerformed(FileOpenSelector selector)
           
 

Method Detail

actionPerformed

void actionPerformed(FileOpenSelector selector)