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

All Superinterfaces:
Serializable
All Known Implementing Classes:
ElementEvent

public interface IElementEvent
extends Serializable

Defines how an element event object should behave.


Method Summary
 int getElementEvent()
          Gets the elementEvent attribute of the IElementEvent object.
 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

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


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