EventRegistry theEventRegistry = EventRegistryFactory.getInstance().getEventRegistry();
if(myDomain != null) {
theEventRegistry.unlisten(myDomain, myUserId);
} else {
theEventRegistry.unlisten(myUserId);
}
}
public boolean isStarted() {
return isStarted;