Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.lbevent
Interface LBEventHandler


public interface LBEventHandler

A LBEventHandler interface. A location event handler processes location based events. Each event consisits of a condition id, an event type and a time when the event is generated. Application developers can implement their own LBEventHandler and register the handler to a Location Event Agent.


Method Summary
 void handleLocationEvent(long conditionId, java.lang.String eventType, java.util.Date eventTime)
          The handler for processing location based events.

 

Method Detail

handleLocationEvent

public void handleLocationEvent(long conditionId,
                                java.lang.String eventType,
                                java.util.Date eventTime)
The handler for processing location based events.
Parameters:
eventType -
eventTime -

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.