de.janrufmonitor.framework.event
Interface IEventSender


public interface IEventSender

This interface must be implemented by a event sender object. An event sender can be implemented by any component which wants to fire events in the framework.

Author:
Thilo Brandt

Method Summary
 int getPriority()
          Gets the priority of this sender.
 String getSenderID()
          Gets the ID of the sender
 

Method Detail

getSenderID

String getSenderID()
Gets the ID of the sender

Returns:
sender IDs

getPriority

int getPriority()
Gets the priority of this sender.

Returns:
the priority


Copyright © 2010 by Thilo Brandt. All Rights Reserved.