Interface Handler

  • All Known Implementing Classes:
    DefaultHandler


    public interface Handler
    • Method Summary

      Modifier and Type Method and Description
      void complete()
       
      void handle(FileHeader header)
       
      void handle(Node node)
       
      void handle(Relation relation)
       
      void handle(Way way)