>     public void getPersonalCelebrities(String person, List<CelebrityInfo>
> outCelebrities);

It seems unkind to "String" these poor "Celebrities" along and then
"out" them. Can we at least create an interface that implements
OnPaparazziNotify.
ex.
                potentialInnocent.setOnPaparazziNotify(new OnPaparazziNotify() {
                        @Override
                        public void onNotify(View v) {
                                Agent shyster = new 
Agent(CelebrityInfo.getBollywoodID());
                                String comment = shyster.requestComment();
                                if(comment==null || true == 
Ethics.isRude(comment)){
                                   Bollywood.Press.submitPhoto(photosLst,
Ethics.verify(attribution));
                                }else{
                                   try{
                                      UnethicalParty.submitPhoto(photosLst, 
null);
                                   }catch(EthicsViolation ev){
                                      repent();
                                   }
                                }
                        }
                });

Forgive please the sorry code. I'm writing this on an napkin.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to