Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

ptolemy.kernel.util
Interface DebugEvent

All Known Implementing Classes:
FiringEvent, StateEvent, TypeEvent

public interface DebugEvent

An interface for events that can be used for debugging. These events will generally be subclassed to create events with more meaning (such as a FiringEvent). Debug events should always have a useful string representation, so that the generic listeners (such as StreamListener) can display them reasonably. This string representation should be provided by the toString() method.

Since:
Ptolemy II 1.0
Version:
$Id: DebugEvent.java,v 1.19 2005年07月08日 19:59:16 cxh Exp $
Author:
Steve Neuendorffer
See Also:
DebugListener, Debuggable, FiringEvent
Accepted Rating:
Green (neuendor)
Proposed Rating:
Green (neuendor)

Method Summary
NamedObj getSource()
Return the source of the event.
java.lang.String toString()
Return a string representation of this event.

Method Detail

getSource

public NamedObj getSource()
Return the source of the event.

Returns:
The ptolemy object that published this event.

toString

public java.lang.String toString()
Return a string representation of this event.

Returns:
A user-readable string describing the event.

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

AltStyle によって変換されたページ (->オリジナル) /