org.keridwen.modelling.gmsh.osgi
Class BundleStarter

java.lang.Object
  extended by org.keridwen.modelling.gmsh.osgi.BundleStarter

public class BundleStarter
extends Object

This class defines the actions to be carried out when the bundle is validated or invalidated.


Constructor Summary
BundleStarter()
          Default constructor.
 
Method Summary
 void start()
          Method called when the bundle is validated.
 void stop()
          Method called when the bundle is invalidated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleStarter

public BundleStarter()
Default constructor.

Method Detail

start

public void start()
Method called when the bundle is validated.


stop

public void stop()
Method called when the bundle is invalidated.



Copyright © 2012-2013 Artenum. All Rights Reserved.