001    package com.hammurapi.eventbus.tests.familyties;
002    
003    import com.hammurapi.eventbus.AbstractEventBus;
004    import com.hammurapi.eventbus.EventDispatchContext;
005    
006    /**
007     * Event dispatch context with bound generic parameters.
008     */
009    public interface FamilyTiesEventDispatchContext extends EventDispatchContext<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, AbstractEventBus.Handle<com.hammurapi.eventbus.tests.familyties.model.Relative,java.lang.Integer,com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules,Long>, FamilyTiesEventStore> {
010    
011    }