de.beamertool.viewer.data
Interface DataListener

All Known Subinterfaces:
RemoteControlMethodsMBean
All Known Implementing Classes:
AbstractFmMain, FmMain, FmMain, GuiController, RemoteControlMethods

public interface DataListener

This interface defines a listener for handling new Sms and new commercials

Author:
ocm-zeeman

Method Summary
 void newCommercial(String commercial)
          This method is called by the datacontroller if new commercials are availible for gui presentation.
 void newSms(InboundMessage aSms)
          This method is called by the datacontroller if new messages are availible for gui presentation.
 

Method Detail

newCommercial

void newCommercial(String commercial)
This method is called by the datacontroller if new commercials are availible for gui presentation.

Parameters:
commercial -

newSms

void newSms(InboundMessage aSms)
This method is called by the datacontroller if new messages are availible for gui presentation.

Parameters:
aSms -