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: Updatable.java 24888 2009-11-06 02:16:19Z 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-2010 XWiki. All Rights Reserved.