JADE Java Persistence API
1.0

com.jadeworld.jade
Interface UserNotification


public interface UserNotification

Interface to be implemented by any class wanting to receive a JADE user notification.


Method Summary
 void userNotification(int eventType, java.lang.Object target, int eventTag, java.lang.Object userInfo)
           
 

Method Detail

userNotification

void userNotification(int eventType,
                      java.lang.Object target,
                      int eventTag,
                      java.lang.Object userInfo)

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation