Skip to content

tannus.core.Updatable

Ryan Davis edited this page Jan 13, 2015 · 1 revision

interface tannus.core.Updatable <T>

Represents an object which can/must perform some components of it's behavior periodically, rather than only once. This interface makes no assumptions about when or how this "update" will occur


Interface Methods


function update(data : T) :Void;

Method to actually perform specified behavior