org.openanzo.common.ontology
Interface UserListener

All Superinterfaces:
ThingListener

public interface UserListener
extends ThingListener

Implementations of this listener may be registered with instances of org.openanzo.common.ontology.User to receive notification when properties changed, added or removed.


Method Summary
 void defaultAclTemplateChanged(User source)
          Called when defaultAclTemplate has changed
 void defaultRoleChanged(User source)
          Called when defaultRole has changed
 void inRoleAdded(User source, Role newValue)
          Called when a value of inRole has been added
 void inRoleRemoved(User source, Role oldValue)
          Called when a value of inRole has been removed
 void passwordChanged(User source)
          Called when password has changed
 void userIdChanged(User source)
          Called when userId has changed
 

Method Detail

passwordChanged

void passwordChanged(User source)
Called when password has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.User

userIdChanged

void userIdChanged(User source)
Called when userId has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.User

inRoleAdded

void inRoleAdded(User source,
                 Role newValue)
Called when a value of inRole has been added

Parameters:
source - the affected instance of org.openanzo.common.ontology.User
newValue - the object representing the new value

inRoleRemoved

void inRoleRemoved(User source,
                   Role oldValue)
Called when a value of inRole has been removed

Parameters:
source - the affected instance of org.openanzo.common.ontology.User
oldValue - the object representing the removed value

defaultAclTemplateChanged

void defaultAclTemplateChanged(User source)
Called when defaultAclTemplate has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.User

defaultRoleChanged

void defaultRoleChanged(User source)
Called when defaultRole has changed

Parameters:
source - the affected instance of org.openanzo.common.ontology.User


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.