Uses of Class
com.hammurapi.eventbus.tests.fastfood.SideDish

Packages that use SideDish
com.hammurapi.eventbus.tests.fastfood   
 

Uses of SideDish in com.hammurapi.eventbus.tests.fastfood
 

Subclasses of SideDish in com.hammurapi.eventbus.tests.fastfood
 class Coleslaw
           
 class FrenchFries
           
 

Methods in com.hammurapi.eventbus.tests.fastfood that return SideDish
 SideDish Order.getSideDish()
           
 

Methods in com.hammurapi.eventbus.tests.fastfood that return types with arguments of type SideDish
 Class<? extends SideDish> Order.getSideDishType()
           
 

Methods in com.hammurapi.eventbus.tests.fastfood with parameters of type SideDish
 void OrderFulfiller.matchSideDish(LocalEventDispatchJoinContext<Object,Integer,Object> ctx, Order order, SideDish sideDish)
           
 boolean Order.setSideDish(SideDish sideDish)
          Sets side dish
 

Constructor parameters in com.hammurapi.eventbus.tests.fastfood with type arguments of type SideDish
Order(Class<? extends MainDish> mainDishType, Class<? extends SideDish> sideDishType)