站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ContextAdapter (Registry) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.registry/1 1.8

org.netbeans.api.registry
Class ContextAdapter

java.lang.Object
  extended by org.netbeans.api.registry.ContextAdapter
All Implemented Interfaces:
EventListener, ContextListener

public class ContextAdapter
extends Object
implements ContextListener

Adapter for listener of context events.

Since:
1.2

Constructor Summary
ContextAdapter()
          Default empty constructor.
 
Method Summary
 void attributeChanged(AttributeEvent evt)
          Attribute was added, removed or modified.
 void bindingChanged(BindingEvent evt)
          Binding was added, removed or modified.
 void subcontextChanged(SubcontextEvent evt)
          Subcontext was added or removed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAdapter

public ContextAdapter()
Default empty constructor.

Method Detail

subcontextChanged

public void subcontextChanged(SubcontextEvent evt)
Description copied from interface: ContextListener
Subcontext was added or removed.

Specified by:
subcontextChanged in interface ContextListener
Parameters:
evt - event

bindingChanged

public void bindingChanged(BindingEvent evt)
Description copied from interface: ContextListener
Binding was added, removed or modified.

Specified by:
bindingChanged in interface ContextListener
Parameters:
evt - event

attributeChanged

public void attributeChanged(AttributeEvent evt)
Description copied from interface: ContextListener
Attribute was added, removed or modified.

Specified by:
attributeChanged in interface ContextListener
Parameters:
evt - event

org.netbeans.modules.registry/1 1.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.