org.jtheque.core.managers.update.actions
Interface UpdateAction

All Known Implementing Classes:
AbstractUpdateAction, DeleteAction, DownloadAction, MoveAction

public interface UpdateAction

An update action. It's an action the update manager can execute when it updates the application.

Author:
Baptiste Wicht

Method Summary
 void execute()
          Execute the action.
 

Method Detail

execute

void execute()
Execute the action.



Copyright © 2009 JTheque. All Rights Reserved.