org.apache.axis2.engine
Class AxisEvent

java.lang.Object
  extended byorg.apache.axis2.engine.AxisEvent

public class AxisEvent
extends Object


Field Summary
static int SERVICE_DEPLOY
          An Axis event is sent to registered listeners whenever anything significant happens to AxisConfiguration.
static int SERVICE_REMOVE
           
 
Constructor Summary
AxisEvent(AxisService service, int EVENT_TYPE)
           
 
Method Summary
 int getEventType()
           
 AxisService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_DEPLOY

public static final int SERVICE_DEPLOY
An Axis event is sent to registered listeners whenever anything significant happens to AxisConfiguration.

See Also:
Constant Field Values

SERVICE_REMOVE

public static final int SERVICE_REMOVE
See Also:
Constant Field Values
Constructor Detail

AxisEvent

public AxisEvent(AxisService service,
                 int EVENT_TYPE)
Method Detail

getEventType

public int getEventType()

getService

public AxisService getService()