ariba.ui.meta.core
Interface Meta.ValueQueriedObserver

Enclosing class:
Meta

public static interface Meta.ValueQueriedObserver

Implemented by observers for notification of when a paricular key/value has been referenced in the rule base for the first time. Most commonly used to lazilly register additional rules upon first reference to a class.


Method Summary
 void notify(Meta meta, java.lang.String key, java.lang.Object value)
           
 

Method Detail

notify

void notify(Meta meta,
            java.lang.String key,
            java.lang.Object value)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.