tk.exgerm.about
Class AboutService

java.lang.Object
  extended by tk.exgerm.about.AboutService
All Implemented Interfaces:
IComponent

public class AboutService
extends Object
implements IComponent


Field Summary
 
Fields inherited from interface tk.exgerm.core.plugin.IComponent
APPLICATION_CLOSING, NAME_PROPERTY
 
Constructor Summary
AboutService(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void setContext(ICoreContext coreContext)
           Postavlja kontekst komponenti.
 void shutDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AboutService

public AboutService(org.osgi.framework.BundleContext context)
Method Detail

setContext

public void setContext(ICoreContext coreContext)
Description copied from interface: IComponent

Postavlja kontekst komponenti. Ovo nije isto što i BundeContext.

Konkretne komponente u telu ove metode treba da registruju sve što žele u Core, kao i da vode evidenciju o svemu što su registrovale da bi na zaustavljanju komponente mogle da počiste za sobom...

Specified by:
setContext in interface IComponent
Parameters:
coreContext - Kontekst Core komponente.

shutDown

public void shutDown()