1 package org.woehlke.computer.kurzweil.commons.tabs; 2 3 public interface TabController extends Runnable { 4 5 void start(); 6 void exit(); 7 }