org.mgif.event
Interface TimerEvent
- All Known Subinterfaces:
- ActorSessionTimerEvent, ApplicationInstanceTimerEvent
- public interface TimerEvent
Base class of all Timer events
Method Summary |
java.util.Date |
getExpirationTime()
Retrieves expiration date of this timer |
java.util.Map |
getParams()
Retrieves parameters transferred by ApplicationInstance.sendInterAppMessage() call |
long |
getTimerId()
Retrieves the system ID of this timer |
getExpirationTime
public java.util.Date getExpirationTime()
- Retrieves expiration date of this timer
- Returns:
- Expiration date
getParams
public java.util.Map getParams()
- Retrieves parameters transferred by ApplicationInstance.sendInterAppMessage() call
- Returns:
- Set of parameters
getTimerId
public long getTimerId()
- Retrieves the system ID of this timer
- Returns:
- The system ID of timer
Copyright © 2002 Mobile Games Interoperability Forum. All rights reserved.
This source code is protected by the legal notice posted at http://www.mgif.org/docs/notice.html