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

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

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

Methods in com.hammurapi.eventbus.tests.fastfood that return types with arguments of type Order
 Collection<Order> OrderFulfiller.getFulfilledOrders()
           
 

Methods in com.hammurapi.eventbus.tests.fastfood with parameters of type Order
 void OrderFulfiller.matchMainDish(LocalEventDispatchJoinContext<Object,Integer,Object> ctx, Order order, MainDish mainDish)
           
 void OrderFulfiller.matchSideDish(LocalEventDispatchJoinContext<Object,Integer,Object> ctx, Order order, SideDish sideDish)