E D R , A S I H C RSS

BackLinks search for "BoardPresenter"

BackLinks of BoardPresenter


Search BackLinks only
Display context of search results
Case-sensitive searching
  • ConnectingTheDots
         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

You can also click here to search title.

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