public class EventManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
addListener(EventListener ev) |
static void |
AddListener(EventListener ev) |
void |
addListener(String xsiType,
EventListener ev) |
static void |
AddListener(String xsiType,
EventListener ev) |
static EventManager |
GetInstance() |
void |
removeListener(String xsiType,
EventListener ev) |
void |
trigger(Event e) |
static void |
Trigger(Event e) |
static void |
Trigger(String xsiType,
String action) |
static void |
Trigger(String xsiType,
String id,
ItemI item,
String action) |
static void |
Trigger(String xsiType,
String id,
String action) |
public void addListener(String xsiType, EventListener ev)
public void addListener(EventListener ev)
public void removeListener(String xsiType, EventListener ev)
public static EventManager GetInstance()
public static void AddListener(EventListener ev)
public static void AddListener(String xsiType, EventListener ev)
public static void Trigger(String xsiType, String id, ItemI item, String action) throws Exception
Exception
public static void Trigger(String xsiType, String id, String action) throws Exception
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.