Uses of Class
com.swiftmq.swiftlet.SwiftletManager
-
Packages that use SwiftletManager Package Description com.swiftmq.swiftlet com.swiftmq.swiftlet.event -
-
Uses of SwiftletManager in com.swiftmq.swiftlet
Fields in com.swiftmq.swiftlet declared as SwiftletManager Modifier and Type Field Description protected static SwiftletManager
SwiftletManager. _instance
Methods in com.swiftmq.swiftlet that return SwiftletManager Modifier and Type Method Description static SwiftletManager
SwiftletManager. getInstance()
Returns the singleton instance of the SwiftletManager -
Uses of SwiftletManager in com.swiftmq.swiftlet.event
Constructors in com.swiftmq.swiftlet.event with parameters of type SwiftletManager Constructor Description SwiftletManagerEvent(SwiftletManager swiftletManager, java.lang.String swiftletName)
Constructs a new SwiftletManagerEvent
-