Class FragmentAction<A extends FragmentAction<A,C>,C extends Fragment<?>>

Type Parameters:
A - the type of the concrete action implementation
C - the type of the target fragment
All Implemented Interfaces:
ExecutableAction, TargetAction<C>, Action, HasShortcutCombination

public abstract class FragmentAction<A extends FragmentAction<A,C>,C extends Fragment<?>> extends SecuredBaseAction<A> implements TargetAction<C>, ExecutableAction
Represents an abstract action that operates on a specific Fragment.