org.xwiki.gwt.user.client
Interface Updatable

All Known Implementing Classes:
Cache

public interface Updatable

Interface to an object that can be updated.

Version:
$Id: Updatable.java 24900 2009-11-06 16:53:01Z sdumitriu $

Method Summary
 boolean canUpdate()
           
 void update()
          Updates the state of this object.
 

Method Detail

update

void update()
Updates the state of this object.


canUpdate

boolean canUpdate()
Returns:
true if this object can be updated at this point, false otherwise


Copyright © 2004-2009 XWiki. All Rights Reserved.