zeus.actors.event
Class ArcAdapter

java.lang.Object
  extended byzeus.actors.event.ArcAdapter
All Implemented Interfaces:
ArcMonitor

public class ArcAdapter
extends java.lang.Object
implements ArcMonitor


Constructor Summary
ArcAdapter()
           
 
Method Summary
 void arcCreatedEvent(ArcEvent event)
           
 void arcDisposedEvent(ArcEvent event)
           
 void arcFailedEvent(ArcEvent event)
           
 void arcSucceededEvent(ArcEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcAdapter

public ArcAdapter()
Method Detail

arcCreatedEvent

public void arcCreatedEvent(ArcEvent event)
Specified by:
arcCreatedEvent in interface ArcMonitor

arcDisposedEvent

public void arcDisposedEvent(ArcEvent event)
Specified by:
arcDisposedEvent in interface ArcMonitor

arcFailedEvent

public void arcFailedEvent(ArcEvent event)
Specified by:
arcFailedEvent in interface ArcMonitor

arcSucceededEvent

public void arcSucceededEvent(ArcEvent event)
Specified by:
arcSucceededEvent in interface ArcMonitor


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