cvm.ncb.handlers
Class NCBEventHandler

java.lang.Object
  extended by cvm.ncb.handlers.NCBEventHandler
All Implemented Interfaces:
Uses_Listener, java.util.EventListener

public class NCBEventHandler
extends java.lang.Object
implements Uses_Listener

This class listens for and handles possible events coming from NCB. Events not handled are notified to UCM for handling.

Author:
Frank Hernandez

Method Summary
static NCBEventHandler Instance()
          Singleton implemetnatnion
 void use(Handles_Event event)
          Implmentation of the use method from Uses_Listener class
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Instance

public static NCBEventHandler Instance()
Singleton implemetnatnion


use

public void use(Handles_Event event)
Implmentation of the use method from Uses_Listener class

Specified by:
use in interface Uses_Listener