org.apache.servicemix.jbi.event
Class DeploymentEvent
java.lang.Object
java.util.EventObject
org.apache.servicemix.jbi.event.DeploymentEvent
- All Implemented Interfaces:
- Serializable
public class DeploymentEvent
- extends EventObject
- See Also:
- Serialized Form
FILE_ADDED
public static final int FILE_ADDED
- See Also:
- Constant Field Values
FILE_CHANGED
public static final int FILE_CHANGED
- See Also:
- Constant Field Values
FILE_REMOVED
public static final int FILE_REMOVED
- See Also:
- Constant Field Values
DeploymentEvent
public DeploymentEvent(File file,
int type)
getFile
public File getFile()
- Returns:
- the file
getType
public int getType()
- Returns:
- the type
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.