Package

org.scaladebugger.api.profiles.traits.requests

monitors

Permalink

package monitors

Visibility
  1. Public
  2. All

Type Members

  1. trait MonitorContendedEnterRequest extends AnyRef

    Permalink

    Represents the interface that needs to be implemented to provide monitor contended enter functionality for a specific debug profile.

  2. trait MonitorContendedEnteredRequest extends AnyRef

    Permalink

    Represents the interface that needs to be implemented to provide monitor contended entered functionality for a specific debug profile.

  3. trait MonitorWaitRequest extends AnyRef

    Permalink

    Represents the interface that needs to be implemented to provide monitor wait functionality for a specific debug profile.

  4. trait MonitorWaitedRequest extends AnyRef

    Permalink

    Represents the interface that needs to be implemented to provide monitor waited functionality for a specific debug profile.

Ungrouped