player
Interface JASocketPlayerEventHandler
- All Superinterfaces:
- JALoadingPlayerEventHandler, JAPlayerEventHandler
- All Known Implementing Classes:
- JASocketPlayerEventAdapter
public interface JASocketPlayerEventHandler
- extends JALoadingPlayerEventHandler
This is the interface via which a JASocketPlayer
provides
notification of player events to its environment.
It extends the JALoadingPlayerEventHandler
interface with
one extra event, which notifies the receipt of a new SiGML
input string via the server input socket.
Method Summary |
void |
sigmlInputReceived()
Reports that this player's input server has received a new
SiGML input string. |
sigmlInputReceived
void sigmlInputReceived()
- Reports that this player's input server has received a new
SiGML input string.