com.atlassian.jira.web.action.admin.issuetypes
Interface ExecutableAction

All Known Implementing Classes:
AssociateIssueTypeSchemes, ConfigureIssueTypeOptionScheme, ConfigureOptionScheme, SelectIssueTypeSchemeForProject

public interface ExecutableAction

This interface defines something than can be executed. This is used to allow various things to stall the execution of the action until a certain time. For example, if some migration wizard needs to happen before this action can be executed.


Method Summary
 void run()
          Run the action
 

Method Detail

run

void run()
Run the action



Copyright © 2002-2007 Atlassian. All Rights Reserved.