Package org.web3d.browser
Interface ProfilingListener
- All Known Implementing Classes:
ProfilingInfoAction
public interface ProfilingListener
Listener for changes in profiling data.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The profiling data has changed.
-
Method Details
-
profilingDataChanged
The profiling data has changed. This will happen at the end of each frame render.- Parameters:
data
- The profiling data
-