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.
 java.lang.Object getSource()
           
 

Method Detail

getElementEvent

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

Returns:
The elementEvent value

getSource

java.lang.Object getSource()
Returns:
the source of the event.


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