org.kabeja.ui
Interface Serviceable

All Known Implementing Classes:
MemoryUsageToolbarComponent, ProcessingRunViewComponent, ProcessingUI

public interface Serviceable

A component which implement this interface get access to the services which are provided by this application.

Author:
Simon Mieth

Method Summary
 void setServiceManager(ServiceManager manager)
          Set the @see ServiceManager of the application.
 

Method Detail

setServiceManager

void setServiceManager(ServiceManager manager)
Set the @see ServiceManager of the application.

Parameters:
manager -