Interface IExample

All Superinterfaces:
Runnable
All Known Implementing Classes:
Example01, Example02, Example03, Example04, Example05, Example06, Example07, Example08, Example09, Example10, Example11, Example12, Example13, Example14, Example15, Example16, Example17

public interface IExample extends Runnable
Author:
Federico Vera <[email protected]>
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the example

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • getName

      String getName()
      Retrieves the name of the example
      Returns:
      example's name