public final class WakeupOnViewPlatformEntry extends WakeupCriterion
| Constructor | Description |
|---|---|
WakeupOnViewPlatformEntry(Bounds region) |
Constructs a new WakeupOnEntry criterion.
|
| Modifier and Type | Method | Description |
|---|---|---|
Bounds |
getBounds() |
Returns this object's bounds specification
|
ViewPlatform |
getTriggeringViewPlatform() |
Retrieves the ViewPlatform node that caused the wakeup.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallElements, triggeredElementshasTriggeredpublic WakeupOnViewPlatformEntry(Bounds region)
region - the region that will trigger a wakeup if a ViewPlatform
intersects.public Bounds getBounds()
public ViewPlatform getTriggeringViewPlatform()
java.lang.IllegalStateException - if not called from within
a behavior's processStimulus method that was awoken by a
view platform entry.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.