org.norther.tammi.spray.engine.context
Interface ContextBindingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BeanTool, BrokerTool, ChainTool, ChartTool, ContentTool, ContextTool, FlowTool, FormatTool, FormTool, GlobalTool, JavaTool, LinkTool, MathTool, MediaTool, PageTool, PathTool, ReportTool, RepositoryTool, SkinTool, TaskTool, TypeTool, UserTool, VoidTool

public interface ContextBindingListener
extends EventListener

Objects implementing the ContextBindingListener interface will be notified when they are bound to or unbound from a context. The object is notified by the ContextBindingEvent event.

Author:
Ilkka Priha

Method Summary
 void valueBound(ContextBindingEvent event)
          Notifies the object that it is being bound to a context.
 void valueUnbound(ContextBindingEvent event)
          Notifies the object that it is being unbound from a context.
 

Method Detail

valueBound

void valueBound(ContextBindingEvent event)
Notifies the object that it is being bound to a context.

Parameters:
event - the binding event.

valueUnbound

void valueUnbound(ContextBindingEvent event)
Notifies the object that it is being unbound from a context.

Parameters:
event - the binding event.


Copyright © 2004 The Norther Organization. All rights reserved.