Class: Transition

system.transitions. Transition


new Transition()

The basic implementation of all transitions classes.

Extends

Members


<constant> changeIt :system.signals.Signal

The signal emit when the task is changed.

Type:
Inherited From:

<constant> clearIt :system.signals.Signal

The signal emit when the task is cleared.

Type:
Inherited From:

<constant> finishIt :system.signals.Signal

This signal emit when the action is finished.

Type:
Inherited From:

id :*

Indicates the id value of this object.

Type:
  • *
Default Value:
  • null

<constant> infoIt :system.signals.Signal

The signal emit when the task emit a message.

Type:
Inherited From:

looping :boolean

The flag to determinate if the task must be looped.

Type:
  • boolean
Inherited From:
Default Value:
  • false

<constant> loopIt :system.signals.Signal

The signal emit when the task is looped.

Type:
Inherited From:

<constant> pauseIt :system.signals.Signal

The signal emit when the task is paused.

Type:
Inherited From:

<readonly> phase :string

Indicates the current phase.

Type:
  • string
Inherited From:
See:

<constant> progressIt :system.signals.Signal

The signal emit when the task is in progress.

Type:
Inherited From:

<constant> resumeIt :system.signals.Signal

The signal emit when the task is resumed.

Type:
Inherited From:

<readonly> running :boolean

Indicates action is running.

Type:
  • boolean
Inherited From:

<constant> startIt :system.signals.Signal

This signal emit when the action is started.

Type:
Inherited From:

<constant> stopIt :system.signals.Signal

This signal emit when the task is stopped.

Type:
Inherited From:

<constant> timeoutIt :system.signals.Signal

The signal emit when the task is out of time.

Type:
Inherited From:

Methods


<abstract> clone()

Returns a shallow copy of this object.

Overrides:
Returns:

a shallow copy of this object.


equals(o)

Compares the specified object with this object for equality. This method compares the ids of the objects with the Identifiable.id method.

Parameters:
Name Type Description
o system.transitions.Transition

The object to compare.

Returns:

a shallow copy of this object.


isLocked()

Returns true if the object is locked.

Inherited From:
Implements:
Returns:

true if the object is locked.


lock()

Locks the object.

Inherited From:
Implements:

notifyChanged()

Notify when the process is changed.

Inherited From:

notifyCleared()

Notify when the process is cleared.

Inherited From:

notifyFinished()

Notify when the process is finished.

Inherited From:

notifyInfo()

Notify a specific information when the process is changed.

Inherited From:

notifyLooped()

Notify when the process is looped.

Inherited From:

notifyPaused()

Notify when the process is paused.

Inherited From:

notifyProgress()

Notify when the process is progress.

Inherited From:

notifyResumed()

Notify when the process is resumed.

Inherited From:

notifyStarted()

Notify when the process is started.

Inherited From:

notifyStopped()

Notify when the process is stopped.

Inherited From:

notifyTimeout()

Notify when the process is out of time.

Inherited From:

reset()

Resets the task.

Inherited From:
Implements:

resume()

Resumes the task.

Inherited From:

run()

Run the command.

Inherited From:

start()

Starts the task.

Inherited From:
Implements:

stop()

Starts the process.

Inherited From:
Implements:

toString()

Returns the String representation of the object.

Returns:

the String representation of the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


toString()

The toString() method returns a string representing the object

Returns:

A string representing the object.


unlock()

Unlocks the object.

Inherited From:
Implements: