Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mandarax.eca
Interface Event  view Event download Event.java

All Superinterfaces:
ECALog

public interface Event
extends ECALog

Represents an incoming event. The parameter map contains associations parameter name -> parameter value.

Version:
0.1

Field Summary
 
Fields inherited from interface org.mandarax.eca.ECALog
LOG_ECA
 
Method Summary
 java.util.Map getParameters()
          The event parameters.
 EventSource getSource()
          Get the event source.
 

Method Detail

getSource

public EventSource getSource()
Get the event source.


getParameters

public java.util.Map getParameters()
The event parameters.