Packages

package misc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Resume extends JDIEventArgument

    Represents a flag to resume or not resume upon receiving an event.

Value Members

  1. object NoResume extends Resume with Product with Serializable

    Represents a flag indicating to not resume from an event.

  2. object YesResume extends Resume with Product with Serializable

    Represents a flag indicating to resume from an event.

Ungrouped