See: Description
Interface | Description |
---|---|
AxisListener1D |
An interface for receiving notifications that the min/max bounds of an Axis1D have changed.
|
AxisListener2D |
An interface for receiving notifications that the min/max bounds of an Axis2D have changed.
|
Class | Description |
---|---|
DelayedEventDispatcher<D> |
A helper class used to rate-limit events.
|
RateLimitedAxisListener1D |
An AxisListener1D which guarantees that axisUpdated( Axis1D ) will not be
called at greater than a given rate.
|
RateLimitedAxisListener2D |
An AxisListener2D which guarantees that axisUpdated( Axis2D ) will not be
called at greater than a given rate.
|
RateLimitedEventDispatcher<D> |
A helper method used by RateLimitedAxisListener1D and RateLimitedAxisListener2D
for receiving notifications that the min/max bounds of an Axis1D or Axis2D have changed
while guaranteeing that notifications arrive no faster than a specified rate.
|
Copyright © 2016 Metron, Inc.. All rights reserved.