org.tbee.cache.simple
Class RemoveEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.tbee.cache.simple.RemoveEvent
All Implemented Interfaces:
Serializable

public class RemoveEvent
extends EventObject

Version:
$Revision: 1.3 $
Author:
$Author: tom $
See Also:
Serialized Form

Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoveEvent(Object pSource, Object pKey, Object pValue)
          FinalizeEvent constructor comment.
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 
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

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

RemoveEvent

public RemoveEvent(Object pSource,
                   Object pKey,
                   Object pValue)
FinalizeEvent constructor comment.

Parameters:
source - java.lang.Object
Method Detail

getKey

public Object getKey()

getValue

public Object getValue()


Copyright © 2010 KnowledgePlaza. All Rights Reserved.