cvm.uci.handlers
Class UCIEventHandler

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

public class UCIEventHandler
extends java.lang.Object
implements Uses_Listener

This Class is a Simple Event Handler for the UCI. Date: January 29, 2010

Author:
Frank Hernandez

Method Summary
static UCIEventHandler getInstance()
          Implementation of 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

getInstance

public static UCIEventHandler getInstance()
Implementation of the Singleton Design Pattern

Returns:
singleton instance

use

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