IntersectionCallback.java :  » Java-3D » ferox-gl » com » ferox » math » bounds » Java Open Source

Java Open Source » Java 3D » ferox gl 
ferox gl » com » ferox » math » bounds » IntersectionCallback.java
package com.ferox.math.bounds;

public interface IntersectionCallback<T> {
    public void process(T item1, T item2);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.