i3mclient.communication
Interface SMGetDailyComicListener

All Superinterfaces:
ServerMethodListener
All Known Implementing Classes:
I3M

public interface SMGetDailyComicListener
extends ServerMethodListener

Asynchron call listener.

Author:
Dirk Plate

Method Summary
 void dailyComicReceived(byte[] dailyComic)
          Called if getDailyComic was successfull.
 
Methods inherited from interface i3mclient.communication.ServerMethodListener
i3mServerException
 

Method Detail

dailyComicReceived

public void dailyComicReceived(byte[] dailyComic)
Called if getDailyComic was successfull.

Parameters:
dailyComic - The received daily comic as byte array