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 intBUNDLE_ADDEDstatic intBUNDLE_CHANGEDstatic intBUNDLE_REMOVED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundlegetBundle()intgetType()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-