com.partnersoft.v3x.apps.Staker.server
Class JobLibraryEventRepeater

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.server.JobLibraryEventRepeater
All Implemented Interfaces:
JobLibraryListener, java.util.EventListener

public class JobLibraryEventRepeater
extends java.lang.Object
implements JobLibraryListener

A remote repeater for JobLibraryEvents.


Constructor Summary
JobLibraryEventRepeater()
           
 
Method Summary
 void addJobLibraryListener(JobLibraryListener nosey)
           
 void jobChanged(JobLibraryEvent event)
           
 void removeJobLibraryListener(JobLibraryListener nosey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobLibraryEventRepeater

public JobLibraryEventRepeater()
Method Detail

jobChanged

public void jobChanged(JobLibraryEvent event)
Specified by:
jobChanged in interface JobLibraryListener

addJobLibraryListener

public void addJobLibraryListener(JobLibraryListener nosey)

removeJobLibraryListener

public void removeJobLibraryListener(JobLibraryListener nosey)