org.objectweb.jac.aspects.queue
Interface MessageQueueConf

All Known Implementing Classes:
MessageQueueAC

public interface MessageQueueConf


Method Summary
 void registerField(ClassItem cli, String fieldName, MethodItem callback)
          Register a call to be called when a field is changed.
 

Method Detail

registerField

public void registerField(ClassItem cli,
                          String fieldName,
                          MethodItem callback)
Register a call to be called when a field is changed.

Parameters:
cli - the class of the field
fieldName - the name of the field
callback - the static method to call when the field is changed