org.openmobileis.modules.profiles.old.embedded.core
Class ProfileSynchroListenerAddNotifier

java.lang.Object
  extended byorg.openmobileis.modules.profiles.old.embedded.core.ProfileSynchroListenerAddNotifier
All Implemented Interfaces:
SynchroListenerAddNotifier

public final class ProfileSynchroListenerAddNotifier
extends java.lang.Object
implements SynchroListenerAddNotifier

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
 boolean bloking
           
 java.util.Hashtable dependlist
           
 java.util.Hashtable listenerlist
           
 
Constructor Summary
ProfileSynchroListenerAddNotifier()
           
 
Method Summary
 boolean isBlocking()
           
 void notifyAddListener(OpenMSPSyncListener listener, java.lang.String[] depends)
           
 void setBlocking(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerlist

public java.util.Hashtable listenerlist

dependlist

public java.util.Hashtable dependlist

bloking

public boolean bloking
Constructor Detail

ProfileSynchroListenerAddNotifier

public ProfileSynchroListenerAddNotifier()
Method Detail

notifyAddListener

public void notifyAddListener(OpenMSPSyncListener listener,
                              java.lang.String[] depends)
Specified by:
notifyAddListener in interface SynchroListenerAddNotifier

isBlocking

public boolean isBlocking()
Specified by:
isBlocking in interface SynchroListenerAddNotifier

setBlocking

public void setBlocking(boolean b)


Copyright 2006 OpenMobileIS. All Rights Reserved.