public class LongToIntCallback extends Object implements Callback<Long>
Constructor and Description |
---|
LongToIntCallback(Callback<Integer> delegate)
Creates a new LongToIntCallback.
|
public void callback(Long result)
Overridden to cast the Long to an integer and foward to the delegate callback.
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.