org.firebirdsql.pool
Class PooledObjectEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.firebirdsql.pool.PooledObjectEvent
All Implemented Interfaces:
java.io.Serializable

public class PooledObjectEvent
extends java.util.EventObject

Event object for object pool events.

Author:
Roman Rokytskyy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PooledObjectEvent(java.lang.Object eventSource)
          Create instance of this object for the specified event source.
 
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
 

Constructor Detail

PooledObjectEvent

public PooledObjectEvent(java.lang.Object eventSource)
Create instance of this object for the specified event source.

Parameters:
eventSource - event source.


Copyright © 2001 David Jencks and other authors. All rights reserved.