JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourFormat.Exporter

Enclosing interface:
ContourFormat

public static interface ContourFormat.Exporter

Reverse-builder for contour formats


Method Summary
 void exportFinished()
          Called when the exportation is finished.
 void provideMemberFormat(ContourMemberFormat mf)
          Export a member format.
 

Method Detail

provideMemberFormat

void provideMemberFormat(ContourMemberFormat mf)
Export a member format.

Parameters:
mf - a member format

exportFinished

void exportFinished()
Called when the exportation is finished.


JIVE Platform
Release 0.3.1