com.partnersoft.codex.editors
Interface CogModelListener


public interface CogModelListener

Receives notification of changes to a CogModel.

Copyright 2006 Partner Software, Inc.

Version:
$Id$
Author:
Russell Cagle, Paul Reavis

Method Summary
 void cogChanged(CogModel source)
           
 void modelInvalidated(CogModel source)
           
 void nodeChanged(CogModel source, java.lang.String path, java.lang.Object newValue)
           
 

Method Detail

modelInvalidated

void modelInvalidated(CogModel source)

cogChanged

void cogChanged(CogModel source)

nodeChanged

void nodeChanged(CogModel source,
                 java.lang.String path,
                 java.lang.Object newValue)