org.xwiki.gwt.user.client
Interface Updatable

All Known Implementing Classes:
BackForwardCache

public interface Updatable

Interface to an object that can be updated.

Version:
$Id$

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-2011 XWiki. All Rights Reserved.