com.objectwave.transactSecurity
Class ObjectAccessEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.objectwave.transactSecurity.ObjectAccessEvent
All Implemented Interfaces:
java.io.Serializable

public class ObjectAccessEvent
extends java.util.EventObject

Event object that represents an attempt to access data on a particular object

Version:
$Id: ObjectAccessEvent.java,v 2.0 2001/06/11 16:00:04 dave_hoag Exp $
Author:
dhoag
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ObjectAccessEvent(java.lang.Object obj, java.lang.reflect.Field f, ObjectAccessEvent type)
           
 
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

ObjectAccessEvent

public ObjectAccessEvent(java.lang.Object obj,
                         java.lang.reflect.Field f,
                         ObjectAccessEvent type)
Parameters:
obj -
f -
type -