org.drools.examples.petstore
Class PetStoreExample

java.lang.Object
  extended by org.drools.examples.petstore.PetStoreExample

public class PetStoreExample
extends Object


Nested Class Summary
static class PetStoreExample.CheckoutCallback
          This callback is called when the user pressed the checkout button.
static class PetStoreExample.Order
           
static class PetStoreExample.PetStoreUI
          This swing UI is used to create a simple shopping cart to allow a user to add and remove items from a shopping cart before doign a checkout upon doing a checkout a callback is used to allow drools interaction with the shopping cart ui.
static class PetStoreExample.Product
           
static class PetStoreExample.Purchase
           
 
Constructor Summary
PetStoreExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PetStoreExample

public PetStoreExample()
Method Detail

main

public static void main(String[] args)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.