Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] listener interface clarification

Feiyi,

See the event documentation here: http://wiki.eclipse.org/PTP/designs/ 2.x#Events

Let me know if you need additional information.

Greg

On Oct 11, 2007, at 1:03 PM, Feiyi Wang wrote:


Can someone help to clarify the listener interface?


If I understand it correctly, IQueueListener gives you information about changes made to queue itself, such as add or remove a queue, and IQueueChildListener gives you information about changes made to jobs associated with the queue - for example, add or remove a job.
	
If that is the case, what about IJobListener - it handles JobChangeEvent, isn't adding or removing a job also Job change event?

How do I decide which interface to use?

Thanks

Feiyi
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top