public final class WakeupOnViewPlatformExit extends WakeupCriterion
Constructor and Description |
---|
WakeupOnViewPlatformExit(Bounds region)
Constructs a new WakeupOnExit criterion.
|
Modifier and Type | Method and Description |
---|---|
Bounds |
getBounds()
Returns this object's bounds specification
|
ViewPlatform |
getTriggeringViewPlatform()
Retrieves the ViewPlatform node that caused the wakeup.
|
hasTriggered
allElements, triggeredElements
public WakeupOnViewPlatformExit(Bounds region)
region
- the region that will trigger a wakeup if a ViewPlatform
no longer intersects.public Bounds getBounds()
public ViewPlatform getTriggeringViewPlatform()
IllegalStateException
- if not called from within
a behavior's processStimulus method that was awoken by a
view platform exit.Copyright © 2016–2022 SciJava. All rights reserved.