public interface RendererListener
addRendererListener method. When the renderer event
occurs, that object's appropriate method is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
frameRenderingFinished(String frameName,
RendererEvent event)
Frame rendering finished.
|
void |
frameRenderingPrepared(String frameName,
RendererEvent event)
Frame rendering prepared.
|
void |
frameRenderingStarted(String frameName,
RendererEvent event)
Frame rendering started.
|
void |
sectionItemFinished(String sectionName,
RendererEvent event)
Section item finished.
|
void |
sectionItemPrepared(String sectionName,
RendererEvent event)
Section item prepared.
|
void |
sectionRenderingFinished(String sectionName,
RendererEvent event)
Section rendering finished.
|
void |
sectionRenderingPrepared(String sectionName,
RendererEvent event)
Section rendering prepared.
|
void |
sectionRenderingStarted(String sectionName,
RendererEvent event)
Section rendering started.
|
void frameRenderingPrepared(String frameName, @Nullable RendererEvent event)
frameName - the frame nameevent - the eventvoid frameRenderingStarted(String frameName, @Nullable RendererEvent event)
frameName - the frame nameevent - the eventvoid frameRenderingFinished(String frameName, @Nullable RendererEvent event)
frameName - the frame nameevent - the eventvoid sectionRenderingPrepared(String sectionName, @Nullable RendererEvent event)
sectionName - the section nameevent - the eventvoid sectionRenderingStarted(String sectionName, @Nullable RendererEvent event)
sectionName - the section nameevent - the eventvoid sectionItemPrepared(String sectionName, @Nullable RendererEvent event)
sectionName - the section nameevent - the eventvoid sectionItemFinished(String sectionName, @Nullable RendererEvent event)
sectionName - the section nameevent - the eventvoid sectionRenderingFinished(String sectionName, @Nullable RendererEvent event)
sectionName - the section nameevent - the eventCopyright © 2019 The University of Manchester. All rights reserved.