All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface guinea.player.event.PlayerListener

public interface PlayerListener
extends EventListener
The listener interface for receiving player messages.

See Also:
Player

Method Index

· playerStarted(PlayerEvent)
The player has started.
· playerStopped(PlayerEvent)
The player has stopped.

Methods

· playerStarted
 public abstract void playerStarted(PlayerEvent e)
The player has started.

Parameters:
e - a player event.
· playerStopped
 public abstract void playerStopped(PlayerEvent e)
The player has stopped.

Parameters:
e - a player event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index