ReportMill 11 API

com.reportmill.shape
Interface RMSound.RMSoundListener

All Superinterfaces:
java.util.EventListener
Enclosing class:
RMSound

public static interface RMSound.RMSoundListener
extends java.util.EventListener

A listener interface that can be implemented by anyone that cares.


Method Summary
 void soundStopped(RMSound source)
           
 

Method Detail

soundStopped

void soundStopped(RMSound source)

ReportMill 11 API