org.scaladebugger.api.profiles.swappable

monitors

package monitors

Visibility
  1. Public
  2. All

Type Members

  1. trait SwappableMonitorContendedEnterProfile extends MonitorContendedEnterProfile

    Represents a swappable profile for monitor contended enter events that redirects the invocation to another profile.

  2. trait SwappableMonitorContendedEnteredProfile extends MonitorContendedEnteredProfile

    Represents a swappable profile for monitor contended entered events that redirects the invocation to another profile.

  3. trait SwappableMonitorWaitProfile extends MonitorWaitProfile

    Represents a swappable profile for monitor wait events that redirects the invocation to another profile.

  4. trait SwappableMonitorWaitedProfile extends MonitorWaitedProfile

    Represents a swappable profile for monitor waited events that redirects the invocation to another profile.

Ungrouped