org.ocap.hn
Interface ContentServerListener

All Superinterfaces:
EventListener

public interface ContentServerListener
extends EventListener

Listener interface for classes which are interested in changes to a ContentServerNetModule.


Method Summary
 void contentUpdated(ContentServerEvent evt)
          Called when a ContentEntry has been added, changed or removed from the ContentServerNetModule
 

Method Detail

contentUpdated

void contentUpdated(ContentServerEvent evt)
Called when a ContentEntry has been added, changed or removed from the ContentServerNetModule

Parameters:
evt - the ContentServerEvent


Copyright © 2011. All Rights Reserved.