View Javadoc

1   package org.catacomb.interlish.structure;
2   
3   
4   public interface ModeController {
5   
6       void addModeSettable(ModeSettable ms);
7   
8   }