org.obe.spi.event
Interface AttributeInstanceListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AttributeInstanceAdapter

public interface AttributeInstanceListener
extends java.util.EventListener

The listener interface for receiving attribute instance events.

Author:
Adrian Price

Field Summary
static int ALL_EVENT_MASK
          The event mask for selecting all events.
static int CREATED_EVENT_MASK
          The event mask for selecting AttributeInstanceEvent.CREATED events.
static int DELETED_EVENT_MASK
          The event mask for selecting AttributeInstanceEvent.DELETED events.
static int UPDATED_EVENT_MASK
          The event mask for selecting AttributeInstanceEvent.UPDATED events.
 
Method Summary
 void attributeInstanceCreated(AttributeInstanceEvent e)
           
 void attributeInstanceDeleted(AttributeInstanceEvent e)
           
 void attributeInstanceUpdated(AttributeInstanceEvent e)
           
 

Field Detail

CREATED_EVENT_MASK

public static final int CREATED_EVENT_MASK
The event mask for selecting AttributeInstanceEvent.CREATED events.

See Also:
Constant Field Values

DELETED_EVENT_MASK

public static final int DELETED_EVENT_MASK
The event mask for selecting AttributeInstanceEvent.DELETED events.

See Also:
Constant Field Values

UPDATED_EVENT_MASK

public static final int UPDATED_EVENT_MASK
The event mask for selecting AttributeInstanceEvent.UPDATED events.

See Also:
Constant Field Values

ALL_EVENT_MASK

public static final int ALL_EVENT_MASK
The event mask for selecting all events.

See Also:
Constant Field Values
Method Detail

attributeInstanceCreated

public void attributeInstanceCreated(AttributeInstanceEvent e)

attributeInstanceDeleted

public void attributeInstanceDeleted(AttributeInstanceEvent e)

attributeInstanceUpdated

public void attributeInstanceUpdated(AttributeInstanceEvent e)


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.