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: 92f3c832206db85a93d4af33bbe007ed933f043c $

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