| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateManagerListener.managerResumed(UpdateManagerEvent e)
Called when the manager was resumed.
|
void |
UpdateManagerAdapter.managerResumed(UpdateManagerEvent e)
Called when the manager was resumed.
|
void |
UpdateManagerListener.managerStarted(UpdateManagerEvent e)
Called when the manager was started.
|
void |
UpdateManagerAdapter.managerStarted(UpdateManagerEvent e)
Called when the manager was started.
|
void |
UpdateManagerListener.managerStopped(UpdateManagerEvent e)
Called when the manager was stopped.
|
void |
UpdateManagerAdapter.managerStopped(UpdateManagerEvent e)
Called when the manager was stopped.
|
void |
UpdateManagerListener.managerSuspended(UpdateManagerEvent e)
Called when the manager was suspended.
|
void |
UpdateManagerAdapter.managerSuspended(UpdateManagerEvent e)
Called when the manager was suspended.
|
void |
UpdateManagerListener.updateCompleted(UpdateManagerEvent e)
Called when an update was completed.
|
void |
UpdateManagerAdapter.updateCompleted(UpdateManagerEvent e)
Called when an update was completed.
|
void |
UpdateManagerListener.updateFailed(UpdateManagerEvent e)
Called when an update failed.
|
void |
UpdateManagerAdapter.updateFailed(UpdateManagerEvent e)
Called when an update failed.
|
void |
UpdateManagerListener.updateStarted(UpdateManagerEvent e)
Called when an update started.
|
void |
UpdateManagerAdapter.updateStarted(UpdateManagerEvent e)
Called when an update started.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.