org.kabeja.ui
Interface Startable

All Superinterfaces:
Component
All Known Implementing Classes:
MemoryUsageToolbarComponent, ProcessingUI

public interface Startable
extends Component

A Startable component will started at Application starts and stopped at the application stop.

Author:
Simon Mieth

Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()