Aztec® Programming Language

Version 1.0 Alpha

Copyright © 2010-2013

Cold Spring® Development Group

All Rights Reserved

Download Aztec

Site Help

aztec.system.Event

public abstract class Event from<Base>

Base

Event

Event is an abstract class which provides a framework for all Aztec event classes. It provides basic information related for all events.

Event Methods

Event() Constructor for the Event class
Time() Reference to the Time object indicating when the event was created

Derived Classes

See Also

  


Event()

public method Event()

Parameters

None

Return Value

None

Description

Constructor for the Event class.

 

Event Class


Time()

public method<Time> Time()

Parameters

None

Return Value

Time when event was created

Description

This method returns a reference to a Time object which indicates when the event was created.

 

Event Class

 

Copyright © 2010-2013

Cold Spring Development Group

All Rights Reserved

Download Aztec