org.norther.tammi.core.rt.event
Interface RegistrationListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TimeZoneRegistrar

public interface RegistrationListener
extends EventListener

An interface to registrars that want to be informed when attribute infos are registered to the variable registry. The object is notified by the RegisteredInfoEvent event.

Version:
$Id: RegistrationListener.java,v 1.2 2009/09/28 15:08:42 cvsimp Exp $
Author:
Ilkka Priha

Method Summary
 void infoRegistered(RegisteredInfoEvent event)
          Notifies the initializer about a registered attribute info.
 

Method Detail

infoRegistered

void infoRegistered(RegisteredInfoEvent event)
Notifies the initializer about a registered attribute info.

Parameters:
event - the registered info event.


Copyright © 2004 The Norther Organization. All rights reserved.