Interface GAMENameCallbackItf

All Known Implementing Classes:
GAMEFeatureSetHandler, GAMEGenePropHandler, GAMESeqPropHandler

public interface GAMENameCallbackItf
An interface that can be tested for by nested handlers when trying to do a callback. This one handles callbacks from <name> elements.
Since:
1.8
Author:
David Huen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.
  • Method Details

    • NameSetStringValue

      Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.