Interface Activatable

All Known Implementing Classes:
IsoStove

public interface Activatable
  • Method Summary

    Modifier and Type Method Description
    boolean Activated()  
    java.lang.String getActivatableType()  
    void Toggle()  
  • Method Details

    • Activated

      boolean Activated()
    • Toggle

      void Toggle()
    • getActivatableType

      java.lang.String getActivatableType()