Skip navigation links


com.fatwire.cs.core.event
Interface EventGenerator<D extends EventDispatcher>


public interface EventGenerator<D extends EventDispatcher>

This interface abstracts creation of events. Events once created are dispatched to an EventDispatcher. The EventDispatcher is supplied through setDispatcher().


Method Summary
 void setDispatcher(D d)
          Sets (injects) an EventDispatcher.

 

Method Detail

setDispatcher

void setDispatcher(D d)
Sets (injects) an EventDispatcher.
Parameters:
d -

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.