Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » [javadoc | source]
org.apache.catalina
public final class: ContainerEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      org.apache.catalina.ContainerEvent

All Implemented Interfaces:
    Serializable

General event for notifying listeners of significant changes on a Container.
Constructor:
 public ContainerEvent(Container container,
    String type,
    Object data) 
    Construct a new ContainerEvent with the specified parameters.
    Parameters:
    container - Container on which this event occurred
    type - Event type
    data - Event data
Method from org.apache.catalina.ContainerEvent Summary:
getContainer,   getData,   getType,   toString
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.ContainerEvent Detail:
 public Container getContainer() 
    Return the Container on which this event occurred.
 public Object getData() 
    Return the event data of this event.
 public String getType() 
    Return the event type of this event.
 public String toString() 
    Return a string representation of this event.