com.redhat.persistence
Class Event

java.lang.Object
  extended bycom.redhat.persistence.Event
Direct Known Subclasses:
ObjectEvent, PropertyEvent

public abstract class Event
extends Object

Event

Version:
$Revision: #5 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Nested Class Summary
static class Event.Switch
           
 
Field Summary
static String versionId
           
 
Method Summary
abstract  void dispatch(Event.Switch sw)
           
 Object getObject()
           
 ObjectMap getObjectMap()
           
 Session getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getSession

public final Session getSession()

getObject

public final Object getObject()

getObjectMap

public final ObjectMap getObjectMap()

dispatch

public abstract void dispatch(Event.Switch sw)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC