Package org.cipango.kaleo.presence.policy

Examples of org.cipango.kaleo.presence.policy.Policy.removeListener()


  @Override
  protected void removeResource(Presentity presentity)
  {
    super.removeResource(presentity);
    Policy policy = _policyManager.getPolicy(presentity);
    policy.removeListener(_policyListener);
  }
 
  public List<String> getSupportedContentTypes()
  {
    return Collections.singletonList(PIDF);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.