public interface MercuryEventListener
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.
|
MercuryEvent.EventMask getMask()
void fire(MercuryEvent event)
event
- Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.