zeus.actors.event
Class FactAdapter

java.lang.Object
  extended byzeus.actors.event.FactAdapter
All Implemented Interfaces:
FactMonitor
Direct Known Subclasses:
ReteEngine.SymFactAction

public class FactAdapter
extends java.lang.Object
implements FactMonitor


Constructor Summary
FactAdapter()
           
 
Method Summary
 void factAccessedEvent(FactEvent event)
           
 void factAddedEvent(FactEvent event)
           
 void factDeletedEvent(FactEvent event)
           
 void factModifiedEvent(FactEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactAdapter

public FactAdapter()
Method Detail

factAddedEvent

public void factAddedEvent(FactEvent event)
Specified by:
factAddedEvent in interface FactMonitor

factModifiedEvent

public void factModifiedEvent(FactEvent event)
Specified by:
factModifiedEvent in interface FactMonitor

factDeletedEvent

public void factDeletedEvent(FactEvent event)
Specified by:
factDeletedEvent in interface FactMonitor

factAccessedEvent

public void factAccessedEvent(FactEvent event)
Specified by:
factAccessedEvent in interface FactMonitor


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.