public class PetStoreExample extends Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
PetStoreExample() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.kie.api.runtime.KieContainer kc,
boolean exitOnClose) |
static void |
main(String[] args) |
public static void main(String[] args)
public void init(org.kie.api.runtime.KieContainer kc, boolean exitOnClose)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.