org.apache.servicemix.jbi.event
Class DeploymentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.servicemix.jbi.event.DeploymentEvent
All Implemented Interfaces:
Serializable

public class DeploymentEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int FILE_ADDED
           
static int FILE_CHANGED
           
static int FILE_REMOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DeploymentEvent(File file, int type)
           
 
Method Summary
 File getFile()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DeploymentEvent

public DeploymentEvent(File file,
                       int type)
Method Detail

getFile

public File getFile()
Returns:
the file

getType

public int getType()
Returns:
the type


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.