Serialized Form

  • Package org.jorigin.plugin

    • Class org.jorigin.plugin.PluginToolkitEvent

      class PluginToolkitEvent extends AWTEvent implements Serializable
      serialVersionUID:
      202111241200L
      • Serialized Fields

        • message
          String message
          The message attached to the event
        • plugin
          IPlugin plugin
          The plugin attached to the event
        • progress
          double progress
          The progress attached to the event
        • taskSize
          double taskSize
          The task size attached to the event
  • Package org.jorigin.task

    • Class org.jorigin.task.TaskEvent

      class TaskEvent extends AWTEvent implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • size
          int size
          The size of the task (number of step of progress needed to accomplish the task
        • taskDescription
          String taskDescription
          The description of the current task
        • taskName
          String taskName
          The name of the task which this event is attached