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)
MercuryEventListener
fire
in interface MercuryEventListener
public MercuryEvent.EventMask getMask()
MercuryEventListener
getMask
in interface MercuryEventListener
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.