C# 클래스 Bloom.Api.CurrentBookHandler

This class is responsible for handling Server requests that depend on knowledge of the current book. An exception is some reader tools requests, which have their own handler, though most of them depend on knowing the current book.
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
CurrentBookHandler ( BookSelection bookSelection, PageRefreshEvent pageRefreshEvent ) : System
RegisterWithServer ( EnhancedImageServer server ) : void

비공개 메소드들

메소드 설명
HandleBookSettings ( ApiRequest request ) : void

Get a json of the book's settings.

HandleImageInfo ( ApiRequest request ) : void

Get a json of stats about the image. It is used to populate a tooltip when you hover over an image container

메소드 상세

CurrentBookHandler() 공개 메소드

public CurrentBookHandler ( BookSelection bookSelection, PageRefreshEvent pageRefreshEvent ) : System
bookSelection Bloom.Book.BookSelection
pageRefreshEvent PageRefreshEvent
리턴 System

RegisterWithServer() 공개 메소드

public RegisterWithServer ( EnhancedImageServer server ) : void
server EnhancedImageServer
리턴 void