Uses of Class
ix.icore.log.HistoryEvent

Packages that use HistoryEvent
ix.icore I-X core classes. 
ix.icore.log Classes for object history and event-log entries. 
ix.ip2 I-X Process Panels 
ix.ip2.log   
 

Uses of HistoryEvent in ix.icore
 

Methods in ix.icore with parameters of type HistoryEvent
 void TaskItem.addHistoryEvent(HistoryEvent event)
           
 void IXAgent.log(HistoryEvent event)
           
 

Uses of HistoryEvent in ix.icore.log
 

Subclasses of HistoryEvent in ix.icore.log
 class BindingEvent
           
 class HistoryComment
           
 class MessageReceived
           
 class MessageSent
           
 

Methods in ix.icore.log with parameters of type HistoryEvent
(package private)  void PrintEventLog.describeEvent(HistoryEvent event)
           
(package private)  java.lang.String PrintEventLog.eventClassName(HistoryEvent event)
           
 void EventLogger.log(HistoryEvent event)
           
 

Uses of HistoryEvent in ix.ip2
 

Fields in ix.ip2 declared as HistoryEvent
(package private)  HistoryEvent AgendaItem.UndoAddHistoryEvent.event
           
 

Methods in ix.ip2 with parameters of type HistoryEvent
 void AgendaItem.addHistoryEvent(HistoryEvent event)
           
 

Constructors in ix.ip2 with parameters of type HistoryEvent
AgendaItem.UndoAddHistoryEvent(HistoryEvent event)
           
 

Uses of HistoryEvent in ix.ip2.log
 

Subclasses of HistoryEvent in ix.ip2.log
 class ActivityHandledEvent
           
 class IssueHandledEvent
           
 class ItemHandledEvent