- Gof/Command . . . . 6 matches
* ConcreteCommand (PasteCommand, OpenCommand)
- ConcreteCommand 객체를 만들고 receiver로 정한다.
* client는 ConcreteCommand 객체를 만들고, receiver를 정한다.
* Invoker 객체는 ConcreteCommand객체를 저장한다.
* invoker는 command에서 Execute를 호출함으로서 request를 issue한다. 명령어가 undo가능할때, ConcreteCommand는 명령어를 undo하기 위한 state를 저장한다.
* ConcreteCommand 객체는 request를 처리하기 위해 receiver에서 operation을 invoke한다.
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.