org.apache.felix.dm.test.bundle.annotation.factory
Interface MyServiceInterface

All Known Implementing Classes:
MyService

public interface MyServiceInterface


Method Summary
 void added(String instanceId)
           
 void changed(String modified)
           
 void removed()
           
 

Method Detail

added

void added(String instanceId)

changed

void changed(String modified)

removed

void removed()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.