com.tivoli.twg.engine.slp
Interface LocateAttributesListener


public interface LocateAttributesListener

SLPv2 User Agent Locate Attributes Interface


Method Summary
 void attributesLocated(java.util.List attributes)
          Attributes found
 

Method Detail

attributesLocated

public void attributesLocated(java.util.List attributes)
Attributes found

Parameters:
attributes - list of attributes (Attribute objects) found
See Also:
Attribute