• Contact us / Support
  • Design Pattern Example
  • Introduction
  • 1. S.O.L.I.D
  • 2. Factory Method
  • 3. Abstract Factory
  • 4. Builder
    • 4.1. Using Builder for Creating POJO
  • 5. Singleton
  • 6. Facade
  • 7. Proxy
  • 8. Adapter
  • 9. Composite
  • 10. Bridge
  • 11. Template
  • 12. Memento
  • 13. Observer
  • 14. Command
  • 15. State
  • 16. Strategy
  • 17. Mediator
  • 18. Visitor
Powered by GitBook

Design Pattern Example

State

from: State Pattern Tutorial with Java Examples