com.pvx.ooadide.eventmanager
Class EventManagerFactory

java.lang.Object
  extended by com.pvx.ooadide.eventmanager.EventManagerFactory

public class EventManagerFactory
extends java.lang.Object

Factory that creates the EventManager which Controls communication between Eclipse and ProvideX

Since:
1.0
Version:
1.0, 01/01/2007
Author:
Jarett Smith

Constructor Summary
EventManagerFactory()
           
 
Method Summary
static EventManager getEventManager()
           
static EventManager makeEventManager()
          Creates an EventManager class that Controls communication between Eclipse and ProvideX
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventManagerFactory

public EventManagerFactory()
Method Detail

getEventManager

public static EventManager getEventManager()

makeEventManager

public static EventManager makeEventManager()
Creates an EventManager class that Controls communication between Eclipse and ProvideX

Returns:
EventManager