E D R , A S I H C RSS

Full text search for "BoardPresenter"

Board Presenter


Search BackLinks only
Display context of search results
Case-sensitive searching
  • ConnectingTheDots . . . . 8 matches
         BoardPanel - View. 실제 Swing 등 구체적 라이브러리들을 이용, 실제 표현을 한다. BoardPresenter 와 상호참조 관계를 가진다.
         BoardPresenter - Presenter. Game 과 BoardPanel 사이의 일종의 Mediator. Game 은
          _presenter = new BoardPresenter(game, this);
         이며 BoardPresenter 를 보면
          public BoardPresenter(Game game, BoardPresenterDrawListener listener) {
         이다. (BoardPresenter 에서 listener 는 BoardPanel)
         BoardPanel.mouseReleased -> BoardPresenter.processClick -> Game.join 식으로 호출되며
Found 1 matching page out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4565 sec