org.opensubsystems.patterns.thickclient.application
Interface EventProcessor
- All Known Implementing Classes:
- CharacterPad
public interface EventProcessor
Interface, which should be implemented by anybody who wants to get notified
every time an event needs to be processed
- Version:
- $Id: EventProcessor.java,v 1.2 2007/01/07 06:14:38 bastafidli Exp $
- Author:
- Miro Halas
- Code reviewer:
- Miro Halas
- Code reviewed:
- Initial revision
|
Method Summary |
void |
processEvent(java.lang.String strEventName,
java.lang.Integer intEventId)
This metod receives event notification |
processEvent
void processEvent(java.lang.String strEventName,
java.lang.Integer intEventId)
- This metod receives event notification
- Parameters:
strEventName - - name of the event which will be sent to listener
when widget is selected.intEventId - - Integer value representing the event. It will be sent
to listener when widget is selected.
Copyright © 2003 - 2006 OpenSubsystems s.r.o.