com.alee.extended.tab
Interface DocumentDataCancellableRunnable<T extends DocumentData>


public interface DocumentDataCancellableRunnable<T extends DocumentData>

Custom runnable that provides information about DocumentData.

Author:
Mikle Garin

Method Summary
 boolean run(T document, PaneData<T> pane, int index)
          Performs action according to provided event data.
 

Method Detail

run

boolean run(T document,
            PaneData<T> pane,
            int index)
Performs action according to provided event data. Returns whether event should be cancelled or not according to performed actions.

Parameters:
document - document
pane - pane data
index - document index within pane
Returns:
true if event should be cancelled, false otherwise