KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > async > api > EventContext


1 /*
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tc.async.api;
5
6 /**
7  * @author steve Interface for Event Context. It is a tagging interface with no implementation (I'm generally not a big
8  * tagging interface guy but I'm leaving this for now because seda has it and I'm giving it a chance For more
9  * information of this kind of stuff google SEDA -Staged Event Driven Architecure
10  */

11 public interface EventContext {
12   //
13

14 }
Popular Tags