Klasse ProcessControlFragment

java.lang.Object
org.obrel.core.RelatedObject
org.obrel.core.SerializableRelatedObject
Alle implementierten Schnittstellen:
de.esoco.lib.manage.Initializable, Serializable, org.obrel.core.Relatable

public class ProcessControlFragment extends InteractionFragment
Provides a UI to control the execution of a process and display information about the current execution state.
Siehe auch:
  • Konstruktordetails

    • ProcessControlFragment

      public ProcessControlFragment(ProcessControlFragment.ProcessExecutionHandler executionHandler)
      Creates a new instance.
      Parameter:
      executionHandler - The handler to be notified of process execution events
  • Methodendetails

    • init

      public void init() throws Exception
      Must be implemented to initialize the interaction parameters of this fragment.
      Angegeben von:
      init in Schnittstelle de.esoco.lib.manage.Initializable
      Angegeben von:
      init in Klasse InteractionFragment
      Löst aus:
      Exception - Any kind of exception may be thrown in case of errors