org.apache.catalina
クラス ContainerEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.apache.catalina.ContainerEvent
すべての実装インタフェース:
java.io.Serializable

public final class ContainerEvent
extends java.util.EventObject

General event for notifying listeners of significant changes on a Container.

バージョン:
$Revision: 1.3 $ $Date: 2001/07/22 20:13:30 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

クラス java.util.EventObject から継承したフィールド
source
 
コンストラクタの概要
ContainerEvent(Container container, java.lang.String type, java.lang.Object data)
          Construct a new ContainerEvent with the specified parameters.
 
メソッドの概要
 Container getContainer()
          Return the Container on which this event occurred.
 java.lang.Object getData()
          Return the event data of this event.
 java.lang.String getType()
          Return the event type of this event.
 java.lang.String toString()
          Return a string representation of this event.
 
クラス java.util.EventObject から継承したメソッド
getSource
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ContainerEvent

public ContainerEvent(Container container,
                      java.lang.String type,
                      java.lang.Object data)
Construct a new ContainerEvent with the specified parameters.
パラメータ:
container - Container on which this event occurred
type - Event type
data - Event data
メソッドの詳細

getData

public java.lang.Object getData()
Return the event data of this event.

getContainer

public Container getContainer()
Return the Container on which this event occurred.

getType

public java.lang.String getType()
Return the event type of this event.

toString

public java.lang.String toString()
Return a string representation of this event.
オーバーライド:
クラス java.util.EventObject 内の toString


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.