public class DumbListener extends Object implements MercuryEventListener
| Constructor and Description |
|---|
DumbListener() |
DumbListener(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(MercuryEvent event)
this is called when an event matching the listener mask is generated
|
MercuryEvent.EventMask |
getMask()
identifies what events this listrener is interested in.
|
public DumbListener()
public DumbListener(OutputStream os)
public void fire(MercuryEvent event)
MercuryEventListenerfire in interface MercuryEventListenerpublic MercuryEvent.EventMask getMask()
MercuryEventListenergetMask in interface MercuryEventListenerCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.