org.apache.jcs.engine.control.event.behavior
Interface IElementEvent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ElementEvent

public interface IElementEvent
extends java.io.Serializable

Defines how an element event object should behave


Method Summary
 int getElementEvent()
          Gets the elementEvent attribute of the IElementEvent object.
 

Method Detail

getElementEvent

public int getElementEvent()
Gets the elementEvent attribute of the IElementEvent object. This code is Contained in the IElememtEventConstants class.

Returns:
The elementEvent value


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.