Package com.swiftmq.tools.deploy
Class BundleEvent
- java.lang.Object
-
- com.swiftmq.tools.deploy.BundleEvent
-
public class BundleEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUNDLE_ADDED
static int
BUNDLE_CHANGED
static int
BUNDLE_REMOVED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundle
getBundle()
int
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
BUNDLE_ADDED
public static final int BUNDLE_ADDED
- See Also:
- Constant Field Values
-
BUNDLE_REMOVED
public static final int BUNDLE_REMOVED
- See Also:
- Constant Field Values
-
BUNDLE_CHANGED
public static final int BUNDLE_CHANGED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public int getType()
- Returns:
-
getBundle
public Bundle getBundle()
- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-