com.ideo.sweetdevria.event
Class EventNotifier

java.lang.Object
  extended by com.ideo.sweetdevria.event.EventNotifier
Direct Known Subclasses:
SweetDevRiaProxy

public class EventNotifier
extends java.lang.Object

Notify a server component according to the parameters contained into an event

Author:
Julien Maupoux

Constructor Summary
EventNotifier()
           
 
Method Summary
 void fireNotification(RiaEvent evt)
          Notify the component according to this event properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNotifier

public EventNotifier()
Method Detail

fireNotification

public void fireNotification(RiaEvent evt)
Notify the component according to this event properties

Parameters:
evt - the RiaEvent containing the properties indicating which component to notify


Copyright © 2010 Ideo Technologies. All Rights Reserved.