Rule Execution Server API

ilog.rules.engine
Interface IlrEvent

All Known Implementing Classes:
IlrDefaultEvent

Deprecated. As of IBM Decision Server 7.5, event processing is deprecated.

@Deprecated
public interface IlrEvent

This interface defines an event handled by the event management feature. The instances of the classes implementing this interface will always be asserted as events. In addition, they are given the ability of providing their occurrence dates instead of the default object assertion time.

Since:
4.0

Method Summary
 long time()
          Deprecated. Returns the time at which this event has occurred.
 

Method Detail

time

long time()
Deprecated. 

Returns the time at which this event has occurred.

Returns:
A time instant.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013