Interface RegionExport

All Superinterfaces:
org.nuiton.topia.persistence.EntityVisitor
All Known Implementing Classes:
RegionExportFactorXML

public interface RegionExport extends org.nuiton.topia.persistence.EntityVisitor
Region export interface.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called at export begin.
    void
    Called at export end.

    Methods inherited from interface org.nuiton.topia.persistence.EntityVisitor

    clear, end, start, visit, visit, visit
  • Method Details

    • beginExport

      void beginExport()
      Called at export begin.
    • endExport

      void endExport()
      Called at export end.