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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void NameSetStringValue​(java.lang.String s)
      Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.
    • Method Detail

      • NameSetStringValue

        void NameSetStringValue​(java.lang.String s)
        Callback implemented by nesting class to allow nested class to pass string to nesting class for handling.