com.atlassian.plugin.osgi.container
Class OsgiContainerStoppedEvent

java.lang.Object
  extended by com.atlassian.plugin.osgi.container.OsgiContainerStoppedEvent

public class OsgiContainerStoppedEvent
extends Object

Event fired when the OSGi container has stopped

Since:
2.5.0

Constructor Summary
OsgiContainerStoppedEvent(OsgiContainerManager osgiContainerManager)
           
 
Method Summary
 OsgiContainerManager getOsgiContainerManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiContainerStoppedEvent

public OsgiContainerStoppedEvent(OsgiContainerManager osgiContainerManager)
Method Detail

getOsgiContainerManager

public OsgiContainerManager getOsgiContainerManager()


Copyright © 2015 Atlassian. All rights reserved.