Package de.anneck.jcast.listeners

Receiving byte[] from channels into various listener implementations which can subscribe to sources or channels and serve as consumer components in the producer-bus-consumer pattern.

See:
          Description

Interface Summary
ITCP_Listener ITCP_Listener describes the methods needed for a Listener to communicate over a client socket using a BufferedWriter.
ITCP_XMMS_Listener ITCP_Listener describes the methods needed for a Listener to communicate over a client socket using a BufferedWriter.
 

Class Summary
AbstractListenerThread AbstractListenerThread provides default implementations of all methods required for a ListenerThread.
ListenerController The ListenerController abstract all interactions with listeners.
ListenerThreadFactory This Factory creates ListenerThreads.
SimpleListenerThread The SimpleListener is an example implementation of a IListener as a IThread.
TCP_ListenerThread The TCP_ListenerThread is used to send bytes to clients of a TCP/IP connection.
XMMS_ListenerThread The XMMS_ListenerThread sends all receiving data over the network to an XMMS client.
 

Exception Summary
ListenerException Listener Exception is throw when interaction with Listeners methods fail.
NoSuchListenerException  
 

Package de.anneck.jcast.listeners Description

Receiving byte[] from channels into various listener implementations which can subscribe to sources or channels and serve as consumer components in the producer-bus-consumer pattern.