001    package com.hammurapi.eventbus.tests.familyties;
002    
003    import java.io.File;
004    
005    import com.hammurapi.eventbus.AbstractEventBus;
006    import com.hammurapi.eventbus.DispatchNetworkDotSnapshot;
007    
008    public class FamilyTiesDispatchNetworkDotSnapshot extends DispatchNetworkDotSnapshot<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, Long, AbstractEventBus.Handle<com.hammurapi.eventbus.tests.familyties.model.Relative, java.lang.Integer, com.hammurapi.eventbus.tests.familyties.rules.FamilyTiesRules, Long>, FamilyTiesEventStore> {
009    
010            public FamilyTiesDispatchNetworkDotSnapshot(File out) {
011                    super(out);
012            }
013    
014    }