org.scaladebugger.api.profiles.traits

monitors

package monitors

Visibility
  1. Public
  2. All

Type Members

  1. trait MonitorContendedEnterProfile extends AnyRef

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

  2. trait MonitorContendedEnteredProfile extends AnyRef

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

  3. trait MonitorWaitProfile extends AnyRef

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

  4. trait MonitorWaitedProfile extends AnyRef

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

Ungrouped