to.etc.webapp.eventmanager
Class AppEvent

java.lang.Object
  extended by to.etc.webapp.eventmanager.AppEventBase
      extended by to.etc.webapp.eventmanager.AppEvent
All Implemented Interfaces:
java.io.Serializable

public class AppEvent
extends AppEventBase

A base class for VP based record events. This extends the base with a change type and a primary key ID field.

Author:
Frits Jalvingh Created on Sep 14, 2006
See Also:
Serialized Form

Constructor Summary
AppEvent(ChangeType type, long key)
           
 
Method Summary
 long getKey()
           
 ChangeType getType()
           
 
Methods inherited from class to.etc.webapp.eventmanager.AppEventBase
getServer, getTimestamp, getUpid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppEvent

public AppEvent(ChangeType type,
                long key)
Method Detail

getKey

public long getKey()

getType

public ChangeType getType()