com.atlassian.theplugin.commons
Interface UiTask

All Known Implementing Classes:
UiTaskAdapter

public interface UiTask


Method Summary
 java.awt.Component getComponent()
           
 java.lang.String getLastAction()
           
 void onError()
          Invoked in UI Thread
 void onSuccess()
          Invoked in UI Thread
 void run()
          Invoked in a new thread
 

Method Detail

run

void run()
         throws java.lang.Exception
Invoked in a new thread

Throws:
java.lang.Exception - user exception

onSuccess

void onSuccess()
Invoked in UI Thread


onError

void onError()
Invoked in UI Thread


getLastAction

java.lang.String getLastAction()

getComponent

java.awt.Component getComponent()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.