org.omegahat.Environment.Databases
Class DatabaseEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.omegahat.Environment.Databases.DatabaseEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DatabaseObjectEvent, SearchPathEvent

public class DatabaseEvent
extends java.util.EventObject

Base class for all the events associated with a Database, identifying the type of action/event and the Database in question.

See Also:
Serialized Form

Field Summary
protected  int action
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Database database()
           
 java.lang.String name()
           
 
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
 

Field Detail

action

protected int action
Method Detail

database

public Database database()

name

public java.lang.String name()