com.ibm.mashups.enabler
Interface Invalidatable


public Invalidatable

Invalidatable interface, which allows to invalidate artifacts or the whole model.

Since:
2.4

Method Summary
 void invalidate(Object node)
           Invalidates the specified node, or the whole model if no node is specified.
 

Method Detail

invalidate

void invalidate(Object node)
Invalidates the specified node, or the whole model if no node is specified.

Parameters:
node - node to invalidate, must not be null; optional


Copyright IBM Corp. 2010 All Rights Reserved.