All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.UserSpaceEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.as400.access.UserSpaceEvent

public class UserSpaceEvent
extends EventObject
The UserSpaceEvent class represents a user space event.


Variable Index

 o US_CREATED
Event ID indicating that a user space has been created.
 o US_DELETED
Event ID indicating that a user space has been deleted.
 o US_READ
Event ID indicating that a user space has been read.
 o US_WRITTEN
Event ID indicating that a user space has been written.

Constructor Index

 o UserSpaceEvent(Object, int)
Constructs a UserSpaceEvent object.

Method Index

 o getID()
Returns the identifier for this event.

Variables

 o US_CREATED
 public static final int US_CREATED
Event ID indicating that a user space has been created.

 o US_DELETED
 public static final int US_DELETED
Event ID indicating that a user space has been deleted.

 o US_READ
 public static final int US_READ
Event ID indicating that a user space has been read.

 o US_WRITTEN
 public static final int US_WRITTEN
Event ID indicating that a user space has been written.

Constructors

 o UserSpaceEvent
 public UserSpaceEvent(Object source,
                       int id)
Constructs a UserSpaceEvent object. It uses the specified source and ID.

Parameters:
source - The object where the event originated.
id - The event identifier.

Methods

 o getID
 public int getID()
Returns the identifier for this event.

Returns:
The identifier for this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index