org.icepdf.ri.common.views.listeners
Class PageViewLoadingListener

java.lang.Object
  extended by org.icepdf.core.events.PageLoadingAdapter
      extended by org.icepdf.ri.common.views.listeners.PageViewLoadingListener
All Implemented Interfaces:
org.icepdf.core.events.PageLoadingListener
Direct Known Subclasses:
DefaultPageViewLoadingListener

public abstract class PageViewLoadingListener
extends org.icepdf.core.events.PageLoadingAdapter

PageViewLoadingListener allows for multiple implementation of a PageViewLoading Listener.

Since:
5.1.0

Constructor Summary
PageViewLoadingListener()
           
 
Method Summary
abstract  void setDocumentViewController(DocumentViewController documentViewController)
          Sets the ne document view controller set when a view type changes.
 
Methods inherited from class org.icepdf.core.events.PageLoadingAdapter
pageImageLoaded, pageInitializationEnded, pageInitializationStarted, pageLoadingEnded, pageLoadingStarted, pagePaintingEnded, pagePaintingStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageViewLoadingListener

public PageViewLoadingListener()
Method Detail

setDocumentViewController

public abstract void setDocumentViewController(DocumentViewController documentViewController)
Sets the ne document view controller set when a view type changes.

Parameters:
documentViewController - currently selected document view controller.