01: /*
02: * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
03: */
04: package com.tc.async.api;
05:
06: /**
07: * @author steve Interface for Event Context. It is a tagging interface with no implementation (I'm generally not a big
08: * tagging interface guy but I'm leaving this for now because seda has it and I'm giving it a chance For more
09: * information of this kind of stuff google SEDA -Staged Event Driven Architecure
10: */
11: public interface EventContext {
12: //
13:
14: }
|