Package 

Interface PointAccepter


  • 
    public interface PointAccepter
    
                        

    Created by Fabrice on 23/12/2017.

    • Method Summary

      Modifier and Type Method Description
      abstract void init()
      abstract void add(long pX, long pY)
      abstract void end()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • init

         abstract void init()
      • add

         abstract void add(long pX, long pY)
      • end

         abstract void end()