Class GoToRemoteAction


public class GoToRemoteAction extends GoToAction
ActionManager for the GoToRemote action. GoToRemoteAction is valid if the F entry is present.
  • Constructor Details

    • GoToRemoteAction

      public GoToRemoteAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey)
      Parameters:
      amFact - Instance of ActionManagerFactory used to create ActionManager to check Next actions.
      adict - the COSDictionary of the action wrapped by this class.
      ctx - the preflight context.
      aaKey - the name of the key which identify the action in a additional action dictionary.
  • Method Details