cvm.ucm.handlers
Class UCMEventHandler

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

public class UCMEventHandler
extends java.lang.Object
implements Uses_Listener

This class listens for and handles possible events coming from the NCB layer OCL Statement: Context: UCMEventHandler inv: self<>null

Author:
Guangqiang Zhao

Method Summary
static UCMEventHandler Instance()
          Implementation of the instance method as in the Singleton design pattern.
 void use(Handles_Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Instance

public static UCMEventHandler Instance()
Implementation of the instance method as in the Singleton design pattern.

Returns:
UCMEventhandler instnace

use

public void use(Handles_Event event)
Specified by:
use in interface Uses_Listener