org.nuiton.wikitty.services
Class WikittyServiceCached.RemoteWikittyListener

java.lang.Object
  extended by org.nuiton.wikitty.services.WikittyServiceCached.RemoteWikittyListener
All Implemented Interfaces:
WikittyListener
Enclosing class:
WikittyServiceCached

public static class WikittyServiceCached.RemoteWikittyListener
extends Object
implements WikittyListener

Classe permettant de recevoir les events distants et mettre a jour le cache


Field Summary
protected  WikittyServiceCached wsCached
           
 
Fields inherited from interface org.nuiton.wikitty.services.WikittyListener
CLEAR_EXTENSION_METHOD, CLEAR_WIKITTY_METHOD, PUT_EXTENSION_METHOD, PUT_WIKITTY_METHOD, REMOVE_EXTENSION_METHOD, REMOVE_WIKITTY_METHOD
 
Constructor Summary
WikittyServiceCached.RemoteWikittyListener(WikittyServiceCached wsCached)
           
 
Method Summary
 void clearExtension(WikittyEvent event)
           
 void clearWikitty(WikittyEvent event)
           
 void putExtension(WikittyEvent event)
          toto[1.0]
 void putWikitty(WikittyEvent event)
           
 void removeExtension(WikittyEvent event)
           
 void removeWikitty(WikittyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsCached

protected WikittyServiceCached wsCached
Constructor Detail

WikittyServiceCached.RemoteWikittyListener

public WikittyServiceCached.RemoteWikittyListener(WikittyServiceCached wsCached)
Method Detail

clearWikitty

public void clearWikitty(WikittyEvent event)
Specified by:
clearWikitty in interface WikittyListener

putWikitty

public void putWikitty(WikittyEvent event)
Specified by:
putWikitty in interface WikittyListener

removeWikitty

public void removeWikitty(WikittyEvent event)
Specified by:
removeWikitty in interface WikittyListener

putExtension

public void putExtension(WikittyEvent event)
Description copied from interface: WikittyListener
toto[1.0]

Specified by:
putExtension in interface WikittyListener

removeExtension

public void removeExtension(WikittyEvent event)
Specified by:
removeExtension in interface WikittyListener

clearExtension

public void clearExtension(WikittyEvent event)
Specified by:
clearExtension in interface WikittyListener


Copyright © 2009-2012 CodeLutin. All Rights Reserved.