cvm.se.handlers
Class SEEventHandler

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

public class SEEventHandler
extends java.lang.Object
implements Uses_Listener

This Class is a Simple Event Handler for the SE.

Author:
Frank Hernandez

Method Summary
static SEEventHandler getIstance()
           
 byte getWebcam()
           
 void setWebcam(byte webcam)
           
 void use(Handles_Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWebcam

public byte getWebcam()

setWebcam

public void setWebcam(byte webcam)

getIstance

public static SEEventHandler getIstance()

use

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