Ruchi Punetha 8.Apr.11 06:17 AM a Web browser Applications development8.5Windows
Hi All,
I am adding addUserLoginFailedListener after the services available event of CommunityEventsServiceEvent.But nothing is happining.
I am trying same as "HackersCatcher Sample" (Implementing the UserLoginFailedListener
Listener).But the Listner is not fwd to its event userLoginFailed.
my code snipt is :
public void serviceAvailable(CommunityEventsServiceEvent arg0) {
// TODO Auto-generated method stub
System.out.println("serviceAvailable CommunityEventsServiceEvent");
c_service.addUserLoginFailedListener(this);