displayPicture.getType() != MsnObject.TYPE_CUSTOM_EMOTICON) {
throw new JmlException();
}
// Create a new worker for the MsnObject retrieval
DisplayPictureRetrieveWorker worker = new DisplayPictureRetrieveWorker(
this,
displayPicture,
listener);
// Start the worker
worker.start();
// TODO: Optimize the use of switchboards
}